From 81a0ee5788341122283a9d4fafaf478806ae689a Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Fri, 4 Aug 2023 18:07:13 +0000 Subject: [PATCH] Removing comment --- tests/components/tado/test_config_flow.py | 1 - 1 file changed, 1 deletion(-) 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"})