mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Fix dangerous-default-value warnings in cloud tests (#119585)
This commit is contained in:
@@ -117,7 +117,7 @@ async def test_handler_google_actions(hass: HomeAssistant) -> None:
|
||||
},
|
||||
)
|
||||
|
||||
mock_cloud_prefs(hass)
|
||||
mock_cloud_prefs(hass, {})
|
||||
cloud = hass.data["cloud"]
|
||||
|
||||
reqid = "5711642932632160983"
|
||||
|
||||
Reference in New Issue
Block a user