mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Upgrade to use new version of HASS-nabucasa (#30506)
* Upgrade to use new version of HASS-nabucasa * Update hass-nabucasa to 0.31
This commit is contained in:
committed by
Pascal Vizeli
parent
6dc49a44d9
commit
c963128306
@@ -28,7 +28,6 @@ async def test_constructor_loads_info_from_config(hass):
|
||||
"user_pool_id": "test-user_pool_id",
|
||||
"region": "test-region",
|
||||
"relayer": "test-relayer",
|
||||
"google_actions_sync_url": "http://test-google_actions_sync_url",
|
||||
"subscription_info_url": "http://test-subscription-info-url",
|
||||
"cloudhook_create_url": "http://test-cloudhook_create_url",
|
||||
"remote_api_url": "http://test-remote_api_url",
|
||||
@@ -46,7 +45,6 @@ async def test_constructor_loads_info_from_config(hass):
|
||||
assert cl.user_pool_id == "test-user_pool_id"
|
||||
assert cl.region == "test-region"
|
||||
assert cl.relayer == "test-relayer"
|
||||
assert cl.google_actions_sync_url == "http://test-google_actions_sync_url"
|
||||
assert cl.subscription_info_url == "http://test-subscription-info-url"
|
||||
assert cl.cloudhook_create_url == "http://test-cloudhook_create_url"
|
||||
assert cl.remote_api_url == "http://test-remote_api_url"
|
||||
|
||||
Reference in New Issue
Block a user