mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix account link test
This commit is contained in:
@@ -44,7 +44,7 @@ async def test_setup_provide_implementation(hass):
|
|||||||
"homeassistant.components.cloud.account_link._get_services",
|
"homeassistant.components.cloud.account_link._get_services",
|
||||||
return_value=[
|
return_value=[
|
||||||
{"service": "test", "min_version": "0.1.0"},
|
{"service": "test", "min_version": "0.1.0"},
|
||||||
{"service": "too_new", "min_version": "100.0.0"},
|
{"service": "too_new", "min_version": "1000000.0.0"},
|
||||||
],
|
],
|
||||||
):
|
):
|
||||||
assert (
|
assert (
|
||||||
|
Reference in New Issue
Block a user