File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ async def test_connect_anna_heatpump_heating(self):
205205 good_schedules = [
206206 "standaard" ,
207207 ],
208+ fail_cooling = True ,
208209 )
209210 _LOGGER .debug (
210211 "ERROR raised setting good schedule standaard: %s" , exc .value
@@ -261,6 +262,7 @@ async def test_connect_anna_heatpump_cooling(self):
261262 good_schedules = [
262263 "standaard" ,
263264 ],
265+ fail_cooling = True ,
264266 )
265267 _LOGGER .debug (
266268 "ERROR raised good schedule to standaard: %s" , exc .value
@@ -465,6 +467,7 @@ async def test_connect_anna_loria_heating_idle(self):
465467 good_schedules = [
466468 "Winter" ,
467469 ],
470+ fail_cooling = True ,
468471 )
469472 _LOGGER .debug (
470473 "ERROR raised setting to schedule Winter: %s" , exc .value
You can’t perform that action at this time.
0 commit comments