fix: update E2E tests for RESTful endpoints
This commit is contained in:
@@ -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"},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user