Fix test config
This commit is contained in:
parent
5ecd9d523a
commit
74c28a112b
@ -10,7 +10,7 @@
|
||||
},
|
||||
"pg": {
|
||||
"driver": "pg",
|
||||
"conn": "postgres://postgres@localhost/test"
|
||||
"connection": "postgres://postgres@localhost/test"
|
||||
},
|
||||
"pg-object": {
|
||||
"driver": "pg",
|
||||
@ -23,6 +23,6 @@
|
||||
},
|
||||
"dblite": {
|
||||
"driver": "sqlite",
|
||||
"conn": ":memory:"
|
||||
"connection": ":memory:"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user