Browse Source

e2e tests schema update

Divyansh Singh 2 years ago
parent
commit
767a7d900b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/end-to-end/test_database.py

+ 1 - 1
tests/end-to-end/test_database.py

@@ -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: