未验证 提交 577abac9 编写于 作者: T ThreadDao 提交者: GitHub

[skip ci] Update case exception message (#13323)

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 f6c17ce4
......@@ -292,7 +292,7 @@ class TestUtilityParams(TestcaseBase):
"""
self._connect()
c_name = cf.gen_unique_str(prefix)
error = {ct.err_code: 0, ct.err_msg: "describe collection failed: can't find collection:"}
error = {ct.err_code: 1, ct.err_msg: f"DescribeCollection failed: can't find collection: {c_name}"}
self.utility_wrap.drop_collection(c_name, check_task=CheckTasks.err_res, check_items=error)
@pytest.mark.tags(CaseLabel.L2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册