Procházet zdrojové kódy

e2e tests schema update

Divyansh Singh před 2 roky
rodič
revize
767a7d900b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: