Skip to content

Commit

Permalink
Merge pull request #1139 from jakob-keller/fix-ssl-in-tests
Browse files Browse the repository at this point in the history
Avoid deprecated use of aiohttp in tests
  • Loading branch information
jakob-keller authored Aug 17, 2024
2 parents 44f279e + 0056a7c commit 54a110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/moto_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def _start(self):
async with session.get(
self.endpoint_url + '/static',
timeout=_CONNECT_TIMEOUT,
verify_ssl=False,
ssl=False,
):
pass
break
Expand Down

0 comments on commit 54a110b

Please sign in to comment.