diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index ae3e5b079e6557ea91f258e3aa4d36a8f7a33c65..7e82fa902f7e2670bbfbd19b5a39d168b41a99df 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -3062,8 +3062,8 @@ class TestLoadPartition: @pytest.mark.tags(CaseLabel.L0) def test_release_partition_not_load(self, connect, collection): """ - target: test release collection without load - method: + target: test release partition without load + method: release partition without load expected: raise exception """ connect.create_partition(collection, default_tag)