Skip to content

Commit

Permalink
fixup! fix: session object was never used in aiohttp request (googlea…
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov committed May 6, 2021
1 parent 556ca83 commit baf7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/system_tests_async/conftest.py
Expand Up @@ -26,7 +26,7 @@
from google.auth.transport import _aiohttp_requests as aiohttp_requests
from system_tests.system_tests_sync import conftest as sync_conftest

ASYNC_REQUESTS_SESSION = aiohttp.ClientSession()
ASYNC_REQUESTS_SESSION = aiohttp.ClientSession(auto_decompress=False)

ASYNC_REQUESTS_SESSION.verify = False
TOKEN_INFO_URL = "https://www.googleapis.com/oauth2/v3/tokeninfo"
Expand Down

0 comments on commit baf7d0c

Please sign in to comment.