diff --git a/tests/components/remote_calendar/test_config_flow.py b/tests/components/remote_calendar/test_config_flow.py index 9bea46ab27e..3619251654d 100644 --- a/tests/components/remote_calendar/test_config_flow.py +++ b/tests/components/remote_calendar/test_config_flow.py @@ -83,7 +83,7 @@ async def test_form_import_webcal(hass: HomeAssistant, ics_content: str) -> None ], ) @respx.mock -async def test_form_inavild_url( +async def test_form_invalid_url( hass: HomeAssistant, side_effect: Exception, ics_content: str,