Skip to content

Commit 24e9cec

Browse files
committed
move lines
1 parent 818fb81 commit 24e9cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/library/harness/kikimr_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ def __init__(
283283
self.yaml_config['pqconfig']['require_credentials_in_new_protocol'] = False
284284
self.yaml_config['pqconfig']['root'] = '/Root/PQ'
285285
self.yaml_config['pqconfig']['quoting_config']['enable_quoting'] = False
286-
if column_shard_config:
287-
self.yaml_config["column_shard_config"] = column_shard_config
288286
if pq_client_service_types:
289287
self.yaml_config['pqconfig']['client_service_type'] = []
290288
for service_type in pq_client_service_types:
291289
self.yaml_config['pqconfig']['client_service_type'].append({'name': service_type})
290+
if column_shard_config:
291+
self.yaml_config["column_shard_config"] = column_shard_config
292292

293293
self.yaml_config['grpc_config']['services'].extend(extra_grpc_services)
294294

0 commit comments

Comments
 (0)