Fix more test
parent
3ce50b0a6a
commit
e581d9e249
|
@ -65,8 +65,7 @@ async def test_sensor(hass, create_registrations, webhook_client): # noqa: F401
|
|||
|
||||
assert update_resp.status == 200
|
||||
|
||||
updated_entity = hass.states.async_all()[2]
|
||||
|
||||
updated_entity = hass.states.get('sensor.battery_state')
|
||||
assert updated_entity.state == '123'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue