mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests: fix pylint issue in clickhouse_execute_http()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
a6ccf19869
commit
b76fb165d1
@ -267,7 +267,7 @@ def clickhouse_execute_http(
|
||||
max_http_retries=5,
|
||||
retry_error_codes=False,
|
||||
):
|
||||
if args.secure:
|
||||
if base_args.secure:
|
||||
client = http.client.HTTPSConnection(
|
||||
host=base_args.tcp_host, port=base_args.http_port, timeout=timeout
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user