Skip to content

Commit

Permalink
add session_id to test task_def
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Oct 9, 2024
1 parent ad82924 commit c7cc04e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/services/test_workflow_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async def test_workflow_service(
# pass a task to the service
task = TaskDefinition(
input=json.dumps({"arg1": "test_arg1"}),
session_id="test_session_id",
)

await workflow_service.process_message(
Expand Down

0 comments on commit c7cc04e

Please sign in to comment.