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 2eb3360 commit 41c9524Copy full SHA for 41c9524
tests/components/remote_calendar/test_config_flow.py
@@ -83,7 +83,7 @@ async def test_form_import_webcal(hass: HomeAssistant, ics_content: str) -> None
83
],
84
)
85
@respx.mock
86
-async def test_form_inavild_url(
+async def test_form_invalid_url(
87
hass: HomeAssistant,
88
side_effect: Exception,
89
ics_content: str,
0 commit comments