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:
Azat Khuzhin 2024-08-08 12:58:40 +02:00
parent e90487fd54
commit 420f97c850

View File

@ -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