From eaf43390118da95659f66b243a47b286c9216264 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:07:17 +0800 Subject: [PATCH] [skip e2e] Refine test case name (#15058) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_partition_20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index a44fe1cdf0..f455c979b1 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -254,7 +254,7 @@ class TestPartitionParams(TestcaseBase): check_items=error) @pytest.mark.tags(CaseLabel.L2) - def test_load_partitons_after_release(self): + def test_load_partitions_after_release(self): """ target: test release the partition after load partition method: load partitions and release partitions