mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 00:55:26 +02:00
Removing comment
This commit is contained in:
@@ -135,7 +135,6 @@ async def test_form_exception(hass: HomeAssistant) -> None:
|
|||||||
assert result2["errors"] == {"base": "unknown"}
|
assert result2["errors"] == {"base": "unknown"}
|
||||||
|
|
||||||
|
|
||||||
# Write a test for OptionsFlowHandler
|
|
||||||
async def test_options_flow(hass: HomeAssistant) -> None:
|
async def test_options_flow(hass: HomeAssistant) -> None:
|
||||||
"""Test config flow options."""
|
"""Test config flow options."""
|
||||||
entry = MockConfigEntry(domain=DOMAIN, data={"username": "test-username"})
|
entry = MockConfigEntry(domain=DOMAIN, data={"username": "test-username"})
|
||||||
|
Reference in New Issue
Block a user