mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix typos in update_failed
message of fritz
(#149330)
This commit is contained in:
parent
d3771571cd
commit
1312e04c57
@ -214,7 +214,7 @@
|
||||
"message": "Unable to establish a connection"
|
||||
},
|
||||
"update_failed": {
|
||||
"message": "Error while uptaing the data: {error}"
|
||||
"message": "Error while updating the data: {error}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ async def test_sensor_update_fail(
|
||||
async_fire_time_changed(hass, dt_util.utcnow() + timedelta(seconds=300))
|
||||
await hass.async_block_till_done(wait_background_tasks=True)
|
||||
|
||||
assert "Error while uptaing the data: Boom" in caplog.text
|
||||
assert "Error while updating the data: Boom" in caplog.text
|
||||
|
||||
sensors = hass.states.async_all(SENSOR_DOMAIN)
|
||||
for sensor in sensors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user