e2e tests schema update

This commit is contained in:
Divyansh Singh 2023-03-04 01:29:01 +05:30
parent 903507bd03
commit 767a7d900b
1 changed files with 1 additions and 1 deletions

View File

@ -74,8 +74,8 @@ hooks:
username: root
password: test
sqlite_databases:
- path: /tmp/sqlite_test.db
- name: sqlite_test
path: /tmp/sqlite_test.db
'''
with open(config_path, 'w') as config_file: