More refactor

This commit is contained in:
Pablo Martin 2023-02-02 16:57:07 +01:00
parent df3d9f0c7e
commit 875a667c2b
2 changed files with 31 additions and 13 deletions

View file

@ -59,7 +59,7 @@ def test_validation_on_mysql_succeeds():
"db": TEST_LOLACONFIG.DW_CREDENTIALS["default_db"]
},
query=test_query,
expectations=test_expectations,
expectation_configurations=test_expectations,
)
closed_tunnel = close_ssh_tunnel.run(ssh_tunnel)
@ -107,7 +107,7 @@ def test_validation_on_mysql_fails():
"db": TEST_LOLACONFIG.DW_CREDENTIALS["default_db"]
},
query=test_query,
expectations=test_expectations,
expectation_configurations=test_expectations,
)
closed_tunnel = close_ssh_tunnel.run(ssh_tunnel)