Skip to content

Commit 19666e5

Browse files
committed
Test: clear no longer expected exception
1 parent 2f2fae7 commit 19666e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_init.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,6 @@ async def tinker_switch(
696696
else:
697697
_LOGGER.info(" + tinker_switch failed unexpectedly")
698698
return False
699-
except pw_exceptions.PlugwiseError:
700-
_LOGGER.info(" + locked, not switched as expected")
701-
return False
702699
except (
703700
pw_exceptions.ConnectionFailedError
704701
): # leave for-loop at connect-error

0 commit comments

Comments
 (0)