diff --git a/tests/components/canary/test_config_flow.py b/tests/components/canary/test_config_flow.py index f5a25638585..e02217dc67e 100644 --- a/tests/components/canary/test_config_flow.py +++ b/tests/components/canary/test_config_flow.py @@ -103,11 +103,9 @@ async def test_user_form_single_instance_allowed(hass, canary_config_flow): assert result["reason"] == "single_instance_allowed" -async def test_options_flow(hass): +async def test_options_flow(hass, canary): """Test updating options.""" - with patch("homeassistant.components.canary.PLATFORMS", []), patch( - "homeassistant.components.canary.Api" - ): + with patch("homeassistant.components.canary.PLATFORMS", []): entry = await init_integration(hass) assert entry.options[CONF_FFMPEG_ARGUMENTS] == DEFAULT_FFMPEG_ARGUMENTS