Skip to content

Commit 7c6901d

Browse files
committed
Adapt relevant testcases
1 parent 573298c commit 7c6901d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_anna.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)