test(lfx): include idempotency_key in WorkflowRunRequest round-trip body

This commit is contained in:
ogabrielluiz
2026-06-04 03:44:37 -03:00
parent 1b2e748491
commit dcf7ed890d

View File

@ -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")