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 1286e5d commit 705a347Copy full SHA for 705a347
tests/test_smile.py
@@ -5243,6 +5243,7 @@ async def test_connect_fail_firmware(self):
5243
5244
# Test connect for timeout
5245
@patch("plugwise.helper.ClientSession.get", side_effect=aiohttp.ServerTimeoutError)
5246
+ @pytest.mark.asyncio
5247
async def test_connect_timeout(self, timeout_test):
5248
"""Wrap connect to raise timeout during get."""
5249
0 commit comments