mirror of https://github.com/milvus-io/milvus.git
parent
15a6f30ac4
commit
e9d948a7dc
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue