Fix lovelace save (#19162)
This commit is contained in:
parent
fdea9cb426
commit
da338f2c1a
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ async def test_lovelace_from_storage(hass, hass_ws_client, hass_storage):
|
|||
response = await client.receive_json()
|
||||
assert response['success']
|
||||
assert hass_storage[lovelace.STORAGE_KEY]['data'] == {
|
||||
'yo': 'hello'
|
||||
'config': {'yo': 'hello'}
|
||||
}
|
||||
|
||||
# Load new config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue