Fix more test

This commit is contained in:
Paulus Schoutsen
2019-03-15 09:14:20 -07:00
parent b18aef8d31
commit 3d404c43c8
+1 -2
View File
@@ -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'