Skip to content

Commit 15189f0

Browse files
committed
Remove fixture became unused
1 parent 4e4f536 commit 15189f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ydb/tests/functional/tenants/test_auth_system_views.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
)
5050

5151

52-
# fixtures.ydb_cluster_configuration local override
53-
@pytest.fixture(scope='module')
54-
def ydb_cluster_configuration():
55-
conf = copy.deepcopy(CLUSTER_CONFIG)
56-
return conf
57-
58-
5952
@pytest.fixture(scope='module')
6053
def ydb_configurator(ydb_cluster_configuration_with_encryption_parametrized):
6154
config_generator = KikimrConfigGenerator(**ydb_cluster_configuration_with_encryption_parametrized)

0 commit comments

Comments
 (0)