We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a578ef3 commit d139660Copy full SHA for d139660
tests/test_config.py
@@ -258,4 +258,4 @@ def test_athena_wait_delay_config_override(wr: ModuleType, glue_database: str) -
258
259
mock_wait_query.assert_called_once()
260
261
- assert mock_wait_query.call_args[1]["athena_query_wait_polling_delay"] == polling_delay
+ assert mock_wait_query.call_args[1]["athena_query_wait_polling_delay"] == polling_delay_argument
0 commit comments