From 2eaef45cf386e77255001ea696f8b2c083f93cb6 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:23:30 +0800 Subject: [PATCH] [skip e2e] Format test code (#14025) Signed-off-by: Binbin Lv --- tests/python_client/base/utility_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/base/utility_wrapper.py b/tests/python_client/base/utility_wrapper.py index 02e5a66946..8f469753bf 100644 --- a/tests/python_client/base/utility_wrapper.py +++ b/tests/python_client/base/utility_wrapper.py @@ -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,