Skip to content

Commit 705a347

Browse files
committed
Fix testcase being skipped
1 parent 1286e5d commit 705a347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_smile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5243,6 +5243,7 @@ async def test_connect_fail_firmware(self):
52435243

52445244
# Test connect for timeout
52455245
@patch("plugwise.helper.ClientSession.get", side_effect=aiohttp.ServerTimeoutError)
5246+
@pytest.mark.asyncio
52465247
async def test_connect_timeout(self, timeout_test):
52475248
"""Wrap connect to raise timeout during get."""
52485249

0 commit comments

Comments
 (0)