Emulated Hue: updated tests (#30013)

This commit is contained in:
Martin Kainzbauer
2020-01-31 00:32:49 +01:00
parent ddc8d9e25c
commit 90df461e75

View File

@@ -238,7 +238,7 @@ async def test_light_without_brightness_supported(hass_hue, hue_client):
)
assert light_without_brightness_json["state"][HUE_API_STATE_ON] is True
assert light_without_brightness_json["type"] == "On/off light"
assert light_without_brightness_json["type"] == "On/off plug-in unit"
async def test_light_without_brightness_can_be_turned_off(hass_hue, hue_client):