diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index b3b706c368..2268d3590d 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -486,7 +486,7 @@ class TestNewCase(object): def test_drop_default_partition_B(self, connect, collection): """ target: test drop partition of default, check status returned - method: call function: drop_partition + method: call function drop_partition after manual create the default partition expected: status not ok """ connect.create_partition(collection, default_tag)