From 41c95247ec4d8c4d65cfe1e9ae487d32f098d42b Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Sun, 19 Oct 2025 04:07:59 -0700 Subject: [PATCH] Fix typo in test function name for invalid URL (#154810) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/components/remote_calendar/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,