Update workflow run test case to pass None for session ID
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user