Skip to content

Commit 777f095

Browse files
authored
Fix waze_travel_time tests opening sockets (home-assistant#155902)
1 parent 81a9ef1 commit 777f095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/components/waze_travel_time/test_config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async def test_reconfigure(hass: HomeAssistant) -> None:
9393
}
9494

9595

96+
@pytest.mark.usefixtures("mock_update")
9697
async def test_options(hass: HomeAssistant) -> None:
9798
"""Test options flow."""
9899
entry = MockConfigEntry(

0 commit comments

Comments
 (0)