Skip to content

Commit

Permalink
Patch unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Feb 21, 2025
1 parent 6758ec4 commit 93c450b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async def test_send_job_and_wait_async(self):
mock_send_job_and_wait_async.assert_called_once_with(
request=mock_to_synapse_request.return_value,
request_type=self.agent_prompt.concrete_type,
timeout=60,
synapse_client=self.syn,
)
# THEN the mock_fill_from_dict should have been called with the correct arguments
Expand Down

0 comments on commit 93c450b

Please sign in to comment.