Fix spelling in sensor test (#101520)

pull/101522/head
Erik Montnemery 2023-10-06 11:51:08 +02:00 committed by GitHub
parent 775751ece5
commit 20188181f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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