fix: update E2E tests for RESTful endpoints

This commit is contained in:
qzl
2026-02-26 14:43:52 +08:00
parent 8e493ae7fd
commit 2994cc708c
3 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ def test_agent_chat_flow_e2e() -> None:
)
try:
response = request_context.post(
"/api/v1/agent-chat/run",
"/api/v1/agent-chat",
data=json.dumps({"message": "hello"}),
headers={"Content-Type": "application/json"},
)