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 60014b6 commit 4d2abb4Copy full SHA for 4d2abb4
tests/components/ezviz/test_config_flow.py
@@ -218,6 +218,7 @@ async def test_async_step_integration_discovery(
218
assert result["result"].unique_id == "C666666"
219
220
221
+@pytest.mark.usefixtures("mock_ezviz_client")
222
async def test_options_flow(
223
hass: HomeAssistant, mock_config_entry: MockConfigEntry
224
) -> None:
0 commit comments