1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Fix hue tests that have uncaught exceptions (#33443)

This commit is contained in:
Eugenio Panadero
2020-03-31 17:17:09 +02:00
committed by GitHub
parent ffefdcfe22
commit 977f1a6916
4 changed files with 7 additions and 12 deletions

View File

@@ -893,7 +893,7 @@ async def test_group_features(hass, mock_bridge):
"modelid": "LCT001",
"swversion": "66009461",
"manufacturername": "Philips",
"uniqueid": "456",
"uniqueid": "4567",
}
light_3 = {
"state": {
@@ -945,7 +945,7 @@ async def test_group_features(hass, mock_bridge):
"modelid": "LCT001",
"swversion": "66009461",
"manufacturername": "Philips",
"uniqueid": "123",
"uniqueid": "1234",
}
light_response = {
"1": light_1,