e2e tests schema update
This commit is contained in:
parent
903507bd03
commit
767a7d900b
1 changed files with 1 additions and 1 deletions
|
@ -74,8 +74,8 @@ hooks:
|
||||||
username: root
|
username: root
|
||||||
password: test
|
password: test
|
||||||
sqlite_databases:
|
sqlite_databases:
|
||||||
- path: /tmp/sqlite_test.db
|
|
||||||
- name: sqlite_test
|
- name: sqlite_test
|
||||||
|
path: /tmp/sqlite_test.db
|
||||||
'''
|
'''
|
||||||
|
|
||||||
with open(config_path, 'w') as config_file:
|
with open(config_path, 'w') as config_file:
|
||||||
|
|
Loading…
Reference in a new issue