We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937d16a commit 698218aCopy full SHA for 698218a
tests/cli/test_console.py
@@ -1030,6 +1030,7 @@ def test_log_level_cli_overrides_env(mocker: MockFixture) -> None:
1030
call_kwargs = mock_basicConfig.call_args[1]
1031
assert call_kwargs["level"] == logging.ERROR
1032
1033
+
1034
def test_delete_files_invalid_property_format(catalog: InMemoryCatalog, mocker: MockFixture) -> None:
1035
catalog.create_namespace(TEST_TABLE_NAMESPACE)
1036
catalog.create_table(
0 commit comments