mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Fix spelling in sensor test (#101520)
This commit is contained in:
parent
775751ece5
commit
20188181f7
@ -1551,7 +1551,7 @@ async def test_suggest_report_issue_custom_component(
|
|||||||
mock_integration(
|
mock_integration(
|
||||||
hass,
|
hass,
|
||||||
MockModule(
|
MockModule(
|
||||||
domain="test", partial_manifest={"issue_tracker": "httpts://some_url"}
|
domain="test", partial_manifest={"issue_tracker": "https://some_url"}
|
||||||
),
|
),
|
||||||
built_in=False,
|
built_in=False,
|
||||||
)
|
)
|
||||||
@ -1559,4 +1559,4 @@ async def test_suggest_report_issue_custom_component(
|
|||||||
await platform.async_add_entities([mock_entity])
|
await platform.async_add_entities([mock_entity])
|
||||||
|
|
||||||
suggestion = mock_entity._suggest_report_issue()
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user