diff --git a/tests/python_client/testcases/test_utility.py b/tests/python_client/testcases/test_utility.py index e6016702ec..4aa57c775d 100644 --- a/tests/python_client/testcases/test_utility.py +++ b/tests/python_client/testcases/test_utility.py @@ -174,7 +174,9 @@ class TestUtilityParams(TestcaseBase): # c_name = get_invalid_collection_name # ut = ApiUtilityWrapper() # if isinstance(c_name, str) and c_name: - # ex, _ = ut.wait_for_index_building_complete(c_name, check_items={ct.err_code: 1, ct.err_msg: "Invalid collection name"}) + # ex, _ = ut.wait_for_index_building_complete(c_name, + # check_items={ct.err_code: 1, + # ct.err_msg: "Invalid collection name"}) @pytest.mark.tags(CaseLabel.L1) def _test_wait_index_invalid_index_name(self, get_invalid_index_name):