Skip to content

Commit 75470f9

Browse files
review fix: add test cases
1 parent 10b76d3 commit 75470f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/aio/test_auth_workload_identity_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def mock_request(*args, **kwargs):
187187
"exception",
188188
[
189189
aiohttp.ClientError(),
190+
aiohttp.ConnectionTimeoutError(),
190191
asyncio.TimeoutError(),
191192
],
192193
)
@@ -246,6 +247,7 @@ async def test_explicit_gcp_generates_unique_assertion_content(
246247
[
247248
aiohttp.ClientError(),
248249
asyncio.TimeoutError(),
250+
aiohttp.ConnectionTimeoutError(),
249251
],
250252
)
251253
async def test_explicit_azure_metadata_server_error_raises_auth_error(exception):

0 commit comments

Comments
 (0)