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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user