diff --git a/tests/components/tado/test_config_flow.py b/tests/components/tado/test_config_flow.py index d0389980bee..056325524fd 100644 --- a/tests/components/tado/test_config_flow.py +++ b/tests/components/tado/test_config_flow.py @@ -135,7 +135,6 @@ async def test_form_exception(hass: HomeAssistant) -> None: assert result2["errors"] == {"base": "unknown"} -# Write a test for OptionsFlowHandler async def test_options_flow(hass: HomeAssistant) -> None: """Test config flow options.""" entry = MockConfigEntry(domain=DOMAIN, data={"username": "test-username"})