Skip to content

Commit

Permalink
fix tests more?
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Sep 24, 2024
1 parent bc0a56b commit 84f1ceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/services/test_workflow_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ async def test_workflow_service(

# check the result
result = human_output_consumer.processed_messages[0]
assert result.action == ActionTypes.COMPLETED_TASK
assert result.data["result"] == "test_arg1_result"

0 comments on commit 84f1ceb

Please sign in to comment.