Skip to content

Commit 810c333

Browse files
committed
Adapt testcode
1 parent 61a3df8 commit 810c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def test_and_assert(test_dict, data, header):
623623
_LOGGER.info("Entities list = %s", data)
624624

625625
self.cooling_present = smile.cooling_present
626-
self.notifications = smile.notifications
626+
self.notifications = data[smile.gateway_id]["notifications"]
627627
self.entity_items = smile.item_count
628628

629629
self._cooling_active = False

0 commit comments

Comments
 (0)