Skip to content

Commit c22470c

Browse files
committed
fix: remove unnecessary parameterization for single fixture
1 parent 7e754d5 commit c22470c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_reads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def test_table_properties(catalog: Catalog) -> None:
113113

114114

115115
@pytest.mark.integration
116-
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive")])
117116
def test_hive_properties(catalog: Catalog) -> None:
118117
table = create_table(catalog)
119118
table.transaction().set_properties({"abc": "def", "p1": "123"}).commit_transaction()

0 commit comments

Comments
 (0)