mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Automatic style fix
This commit is contained in:
parent
5bb4eb2383
commit
cc3dfafd7b
@ -32,10 +32,13 @@ node6 = cluster.add_instance(
|
||||
)
|
||||
node7 = cluster.add_instance(
|
||||
"node7",
|
||||
user_configs=["configs/000-config_with_env_subst.xml", "configs/010-env_subst_override.xml"],
|
||||
user_configs=[
|
||||
"configs/000-config_with_env_subst.xml",
|
||||
"configs/010-env_subst_override.xml",
|
||||
],
|
||||
env_variables={"MAX_QUERY_SIZE": "121212"},
|
||||
instance_env_variables=True,
|
||||
) # overridden with 424242
|
||||
) # overridden with 424242
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
|
Loading…
Reference in New Issue
Block a user