mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Reformat utility test file (#11085)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
924f797ebf
commit
6d9aaa1830
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user