浏览代码

e2e tests schema update

Divyansh Singh 2 年之前
父节点
当前提交
767a7d900b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: