Skip to content

Commit

Permalink
🚸 bump aiohttp to 3.10 + fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Aug 23, 2024
1 parent 4c47d1f commit ad08279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base_daemon_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ async def test_send_to_jeedom_timeout(self):
pattern = re.compile(r'^http://local/\?apikey=.*$')
mocked.post(pattern, status=200, timeout=True)
resp = await pub.send_to_jeedom({})
assert resp == False
assert resp == False

0 comments on commit ad08279

Please sign in to comment.