mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-13 19:56:08 +08:00
### 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:
parent
e3ea4b7ec2
commit
46bdfb9661
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user