mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests/clickhouse-test: update return type hint in run_single_test()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
e90487fd54
commit
420f97c850
@ -1603,7 +1603,7 @@ class TestCase:
|
||||
|
||||
def run_single_test(
|
||||
self, server_logs_level, client_options
|
||||
) -> Tuple[Optional[Popen], str, str, str, float]:
|
||||
) -> Tuple[Optional[Popen], float]:
|
||||
args = self.testcase_args
|
||||
client = args.testcase_client
|
||||
start_time = args.testcase_start_time
|
||||
|
Loading…
Reference in New Issue
Block a user