1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix typo in test function name for invalid URL (#154810)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Chris Carini
2025-10-19 04:07:59 -07:00
committed by GitHub
parent 2eb3360e8c
commit 41c95247ec

View File

@@ -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,