We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a9ef1 commit 777f095Copy full SHA for 777f095
tests/components/waze_travel_time/test_config_flow.py
@@ -93,6 +93,7 @@ async def test_reconfigure(hass: HomeAssistant) -> None:
93
}
94
95
96
+@pytest.mark.usefixtures("mock_update")
97
async def test_options(hass: HomeAssistant) -> None:
98
"""Test options flow."""
99
entry = MockConfigEntry(
0 commit comments