Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Jan 29, 2025
1 parent 2896cfd commit 7123cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ async def test_handler(args):
# Get the registered function and test it
name, func = self.mock_llm.register_function.call_args[0]

async def callback(result):
async def callback(result, properties=None):
self.assertEqual(result["status"], "success")
self.assertEqual(result["args"], {"test": "value"})

Expand Down

0 comments on commit 7123cf8

Please sign in to comment.