Explorar o código

e2e tests schema update

Divyansh Singh %!s(int64=2) %!d(string=hai) anos
pai
achega
767a7d900b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: