Skip to content

Commit

Permalink
Fix flakey test in Husqvarna Automower (home-assistant#129571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas55555 authored Oct 31, 2024
1 parent 2bd5039 commit 60d3c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/husqvarna_automower/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ async def test_add_and_remove_work_area(
del values[TEST_MOWER_ID].work_area_dict[123456]
del values[TEST_MOWER_ID].work_areas[123456]
del values[TEST_MOWER_ID].calendar.tasks[:2]
values[TEST_MOWER_ID].mower.work_area_id = 654321
mock_automower_client.get_status.return_value = values
freezer.tick(SCAN_INTERVAL)
async_fire_time_changed(hass)
Expand Down

0 comments on commit 60d3c93

Please sign in to comment.