Skip to content

Commit a4d1d6c

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ydb/tests/functional/tenants/test_auth_system_views.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22
import logging
3-
import copy
43

54
import pytest
65

@@ -49,13 +48,6 @@
4948
)
5049

5150

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-
5951
@pytest.fixture(scope='module')
6052
def ydb_configurator(ydb_cluster_configuration_with_encryption_parametrized):
6153
config_generator = KikimrConfigGenerator(**ydb_cluster_configuration_with_encryption_parametrized)

0 commit comments

Comments
 (0)