Skip to content

Commit d499f80

Browse files
committed
reverted change in test
1 parent 7b0036d commit d499f80

File tree

1 file changed

+1
-4
lines changed
  • tests/integration/test_profile_max_sessions_for_user

1 file changed

+1
-4
lines changed

tests/integration/test_profile_max_sessions_for_user/test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
gen_dir = os.path.join(SCRIPT_DIR, "./_gen")
2828
os.makedirs(gen_dir, exist_ok=True)
2929
run_and_check(
30-
"python3 -m grpc_tools.protoc -I{proto_dir} --python_out={gen_dir} --grpc_python_out={gen_dir} \
31-
{proto_dir}/clickhouse_grpc.proto".format(
32-
proto_dir=proto_dir, gen_dir=gen_dir
33-
),
30+
f"python3 -m grpc_tools.protoc -I{proto_dir} --python_out={gen_dir} --grpc_python_out={gen_dir} {proto_dir}/clickhouse_grpc.proto",
3431
shell=True,
3532
)
3633

0 commit comments

Comments
 (0)