Skip to content

Commit

Permalink
test_create_standby: fix usage of ecu_status_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Dec 19, 2024
1 parent b4b9547 commit fccf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_otaclient/test_create_standby.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_update_with_rebuild_mode(
):
status_collector, status_report_queue = ota_status_collector
ecu_status_flags = mocker.MagicMock()
ecu_status_flags.any_requires_network.is_set = mocker.MagicMock(
ecu_status_flags.any_child_ecu_in_update.is_set = mocker.MagicMock(
return_value=False
)

Expand Down

0 comments on commit fccf4fe

Please sign in to comment.