Skip to content

Commit 6737a85

Browse files
committed
fix pytest.mark
1 parent e428573 commit 6737a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scheme/scheme_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_tables(self, driver_sync: ydb.Driver, database: str, table_name: str, c
2828
assert has_row_table
2929

3030
@pytest.mark.parametrize(
31+
"scheme_entry_type",
3132
[
3233
ydb.scheme.SchemeEntryType.TYPE_UNSPECIFIED,
3334
ydb.scheme.SchemeEntryType.DIRECTORY,

0 commit comments

Comments
 (0)