Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2020.12.1 #44297

Merged
merged 10 commits into from
Dec 16, 2020
Prev Previous commit
Fix account link test
  • Loading branch information
balloob committed Dec 16, 2020
commit ac62028c196bff5665510d13c2b1dbddb5fc8eaa
2 changes: 1 addition & 1 deletion tests/components/cloud/test_account_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def test_setup_provide_implementation(hass):
"homeassistant.components.cloud.account_link._get_services",
return_value=[
{"service": "test", "min_version": "0.1.0"},
{"service": "too_new", "min_version": "100.0.0"},
{"service": "too_new", "min_version": "1000000.0.0"},
],
):
assert (
Expand Down