From 20188181f7c6d669026de4054358b379f6d59c35 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 6 Oct 2023 11:51:08 +0200 Subject: [PATCH] Fix spelling in sensor test (#101520) --- tests/helpers/test_entity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helpers/test_entity.py b/tests/helpers/test_entity.py index 68a09310540..ff9ad99435f 100644 --- a/tests/helpers/test_entity.py +++ b/tests/helpers/test_entity.py @@ -1551,7 +1551,7 @@ async def test_suggest_report_issue_custom_component( mock_integration( hass, MockModule( - domain="test", partial_manifest={"issue_tracker": "httpts://some_url"} + domain="test", partial_manifest={"issue_tracker": "https://some_url"} ), built_in=False, ) @@ -1559,4 +1559,4 @@ async def test_suggest_report_issue_custom_component( await platform.async_add_entities([mock_entity]) suggestion = mock_entity._suggest_report_issue() - assert suggestion == "create a bug report at httpts://some_url" + assert suggestion == "create a bug report at https://some_url"