summaryrefslogtreecommitdiffstats
path: root/contrib/python/google-auth/py3/tests/oauth2/test__client.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-11-21 11:14:32 +0300
committerrobot-piglet <[email protected]>2024-11-21 11:23:42 +0300
commited5b11df0064bcf6ef0d03aa0f1a34f4aa97851d (patch)
tree89842a7525bcc7f2809cbbc4360f6394d0ef929b /contrib/python/google-auth/py3/tests/oauth2/test__client.py
parent532123792431edd487519a254f2248603c2056e7 (diff)
Intermediate changes
commit_hash:9085ddac9f80e60b5b938027d444ed98e80ef95a
Diffstat (limited to 'contrib/python/google-auth/py3/tests/oauth2/test__client.py')
-rw-r--r--contrib/python/google-auth/py3/tests/oauth2/test__client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/google-auth/py3/tests/oauth2/test__client.py b/contrib/python/google-auth/py3/tests/oauth2/test__client.py
index 8736a4e27be..df77bbcd2f6 100644
--- a/contrib/python/google-auth/py3/tests/oauth2/test__client.py
+++ b/contrib/python/google-auth/py3/tests/oauth2/test__client.py
@@ -325,6 +325,7 @@ def test_call_iam_generate_id_token_endpoint():
"fake_email",
"fake_audience",
"fake_access_token",
+ "googleapis.com",
)
assert (
@@ -362,6 +363,7 @@ def test_call_iam_generate_id_token_endpoint_no_id_token():
"fake_email",
"fake_audience",
"fake_access_token",
+ "googleapis.com",
)
assert excinfo.match("No ID token in response")