More refactor
This commit is contained in:
parent
df3d9f0c7e
commit
875a667c2b
2 changed files with 31 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue