mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:47:59 +08:00
test(lfx): include idempotency_key in WorkflowRunRequest round-trip body
This commit is contained in:
@ -97,6 +97,7 @@ class TestRoundTripsWithRichBody:
|
||||
"stop_component_id": "ChatOutput-xyz",
|
||||
"output_ids": ["ChatOutput-xyz"],
|
||||
"globals": {"API_TOKEN": "secret-123"},
|
||||
"idempotency_key": "idem-123",
|
||||
}
|
||||
req = WorkflowRunRequest.model_validate(body)
|
||||
dumped = req.model_dump(mode="json")
|
||||
|
||||
Reference in New Issue
Block a user