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 af56d52 commit e20f712Copy full SHA for e20f712
tests/test_smile.py
@@ -2244,7 +2244,7 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
2244
self.smile_setup = "anna_heatpump_cooling"
2245
server, smile, client = await self.connect_wrapper()
2246
2247
- await self.device_test(smile, testdata, True)
+ await self.device_test(smile, testdata)
2248
await smile.close_connection()
2249
await self.disconnect(server, client)
2250
0 commit comments