Skip to content

Commit 4df5c36

Browse files
committed
lint fixes
1 parent b043a9d commit 4df5c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def test_register_table_existing(test_catalog: Catalog, table_schema_nested: Sch
605605

606606

607607
@pytest.mark.integration
608-
def test_rest_custom_namespace_separator(rest_catalog: Catalog, table_schema_simple: Schema):
608+
def test_rest_custom_namespace_separator(rest_catalog: RestCatalog, table_schema_simple: Schema) -> None:
609609
"""
610610
Tests that the REST catalog correctly picks up the namespace-separator from the config endpoint.
611611
The REST Catalog is configured with a '.' namespace separator.

0 commit comments

Comments
 (0)