From 7fb2f4af29198aa1ae1e673bfa4febe356e2169f Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:26:47 +0800 Subject: [PATCH] [skip e2e] Format code (#14901) 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 4520016848..b551fe7383 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -251,7 +251,7 @@ class TestPartitionParams(TestcaseBase): partition_w1.load() error = {ct.err_code: 1, ct.err_msg: f'load the partition after load collection is not supported'} partition_w2.load(check_task=CheckTasks.err_res, - check_items=error) + check_items=error) @pytest.mark.tags(CaseLabel.L2) def test_load_partitons_after_release(self):