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