未验证 提交 e9d948a7 编写于 作者: B binbin 提交者: GitHub

Fix test case (#7744)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 15a6f30a
......@@ -765,7 +765,8 @@ class TestConnect:
method: disconnect a connected client, disconnect again
expected: raise an error after disconnected
'''
dis_connect.close()
with pytest.raises(Exception) as e:
dis_connect.close()
@pytest.mark.tags(ct.CaseLabel.L2)
def test_connect_uri(self, args):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册