auto-sync: 2026-05-18 16:13:07

This commit is contained in:
cfdaily
2026-05-18 16:13:07 +08:00
parent 743b4e3fef
commit 06e9b15f06
+1 -1
View File
@@ -136,7 +136,7 @@ class TestE2TaskCRUD:
"status": "pending",
})
assert resp.status_code == 200
assert resp.json()["id"] == tid
assert resp.json().get("task_id") == tid or resp.json().get("id") == tid
self._tid = tid
def test_e22_get_task_expand(self, client):