From 58f80266326d3bedbea66cd464b39cc4db2ac7a1 Mon Sep 17 00:00:00 2001 From: liu an Date: Thu, 3 Apr 2025 10:10:40 +0800 Subject: [PATCH] Test: Update test cases for PR #6643 (#6766) ### What problem does this PR solve? Update test cases for PR #6643 issue #6607 ### Type of change - [x] update test cases --- .../test_chunk_management_within_dataset/test_delete_chunks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/python/test/test_http_api/test_chunk_management_within_dataset/test_delete_chunks.py b/sdk/python/test/test_http_api/test_chunk_management_within_dataset/test_delete_chunks.py index 1042c93d8..542b82506 100644 --- a/sdk/python/test/test_http_api/test_chunk_management_within_dataset/test_delete_chunks.py +++ b/sdk/python/test/test_http_api/test_chunk_management_within_dataset/test_delete_chunks.py @@ -168,8 +168,7 @@ class TestChunksDeletion: ), (lambda r: {"chunk_ids": r[:1]}, 0, "", 4), (lambda r: {"chunk_ids": r}, 0, "", 1), - pytest.param({"chunk_ids": []}, 0, "deleted 5 chunks", 0) - + ({"chunk_ids": []}, 0, "", 0), ], ) def test_basic_scenarios(