From cb2f767deb555149276d8d5912d5e6d6b03a9348 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:36:15 +0800 Subject: [PATCH] [skip ci] Update case comments (#8659) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_collection.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index e7e49c889f..c21d244590 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -2980,6 +2980,11 @@ class TestLoadCollectionInvalid(object): @pytest.mark.tags(CaseLabel.L2) def test_load_collection_with_invalid_collection_name(self, connect, get_collection_name): + """ + target: test load invalid collection + method: load collection with invalid name + expected: raise exception + """ collection_name = get_collection_name with pytest.raises(Exception) as e: connect.load_collection(collection_name)