We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4f536 commit a4d1d6cCopy full SHA for a4d1d6c
ydb/tests/functional/tenants/test_auth_system_views.py
@@ -1,6 +1,5 @@
1
# -*- coding: utf-8 -*-
2
import logging
3
-import copy
4
5
import pytest
6
@@ -49,13 +48,6 @@
49
48
)
50
51
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
59
@pytest.fixture(scope='module')
60
def ydb_configurator(ydb_cluster_configuration_with_encryption_parametrized):
61
config_generator = KikimrConfigGenerator(**ydb_cluster_configuration_with_encryption_parametrized)
0 commit comments