TEST: Remove unstable assertion introduced in PR #5924 (#5968)

### What problem does this PR solve?

Remove unstable assertion introduced in PR #5924

### Type of change

- [x] update test cases
This commit is contained in:
liu an 2025-03-12 16:09:45 +08:00 committed by GitHub
parent e3ea4b7ec2
commit 46bdfb9661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,6 +329,3 @@ class TestDatasetUpdate:
]
responses = [f.result() for f in futures]
assert all(r["code"] == 0 for r in responses)
res = list_dataset(get_http_api_auth, {"id": ids[0]})
assert res["data"][0]["name"] == "dataset_99"