Update workflow run test case to pass None for session ID

This commit is contained in:
2026-06-15 21:05:04 +02:00
parent 8ced33552e
commit b3e1130f97

View File

@@ -113,7 +113,7 @@ class WorkflowApiTests(unittest.IsolatedAsyncioTestCase):
"fallback": False,
}
request = WorkflowRunRequest(
session_id="router-chat",
session_id=None,
message="what happened in iran today",
model="test-model",
selection_mode="automatic",