We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336879 commit e190c36Copy full SHA for e190c36
tests/test_smile.py
@@ -4615,15 +4615,13 @@ async def test_connect_anna_loria_heating_idle(self):
4615
)
4616
assert switch_change
4617
4618
- with pytest.raises(pw_exceptions.PlugwiseError) as exc:
4619
- await self.tinker_thermostat(
+ await self.tinker_thermostat(
4620
smile,
4621
"15da035090b847e7a21f93e08c015ebc",
4622
good_schedules=[
4623
"Winter",
4624
],
4625
4626
- _LOGGER.debug("ERROR raised: %s", exc.value)
4627
4628
with pytest.raises(pw_exceptions.PlugwiseError) as exc:
4629
await self.tinker_thermostat_temp(
0 commit comments