Skip to content

Commit

Permalink
Update test_legacy_context_plugin.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Mar 26, 2024
1 parent 7c48aca commit 32543f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ async def test_equipment_broker_messages(

decoy.when(
mock_legacy_command_mapper.map_equipment_load(load_info=load_info)
).then_return((engine_command, None))
).then_return(
[pe_actions.SucceedCommandAction(command=engine_command, private_result=None)]
)

await to_thread.run_sync(handler, load_info)

Expand Down

0 comments on commit 32543f8

Please sign in to comment.