Skip to content

Commit 41c9524

Browse files
ChrisCariniCopilot
andauthored
Fix typo in test function name for invalid URL (#154810)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2eb3360 commit 41c9524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/remote_calendar/test_config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def test_form_import_webcal(hass: HomeAssistant, ics_content: str) -> None
8383
],
8484
)
8585
@respx.mock
86-
async def test_form_inavild_url(
86+
async def test_form_invalid_url(
8787
hass: HomeAssistant,
8888
side_effect: Exception,
8989
ics_content: str,

0 commit comments

Comments
 (0)