[skip e2e] Format test code (#14025)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14065/head
binbin 2021-12-23 14:23:30 +08:00 committed by GitHub
parent 85d8cfcb94
commit 2eaef45cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ApiUtilityWrapper:
func_name = sys._getframe().f_code.co_name
res, is_succ = api_request([self.ut.get_query_segment_info, collection_name, timeout, using])
check_result = ResponseChecker(res, func_name, check_task, check_items, is_succ,
collection_name=collection_name, timeout=timeout, using=using).run()
collection_name=collection_name, timeout=timeout, using=using).run()
return res, check_result
def loading_progress(self, collection_name, partition_names=None,