aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/google-auth/py3/tests/oauth2/test_service_account.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-21 11:14:32 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-21 11:23:42 +0300
commited5b11df0064bcf6ef0d03aa0f1a34f4aa97851d (patch)
tree89842a7525bcc7f2809cbbc4360f6394d0ef929b /contrib/python/google-auth/py3/tests/oauth2/test_service_account.py
parent532123792431edd487519a254f2248603c2056e7 (diff)
downloadydb-ed5b11df0064bcf6ef0d03aa0f1a34f4aa97851d.tar.gz
Intermediate changes
commit_hash:9085ddac9f80e60b5b938027d444ed98e80ef95a
Diffstat (limited to 'contrib/python/google-auth/py3/tests/oauth2/test_service_account.py')
-rw-r--r--contrib/python/google-auth/py3/tests/oauth2/test_service_account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/google-auth/py3/tests/oauth2/test_service_account.py b/contrib/python/google-auth/py3/tests/oauth2/test_service_account.py
index fe02e828e7..e60c8200f4 100644
--- a/contrib/python/google-auth/py3/tests/oauth2/test_service_account.py
+++ b/contrib/python/google-auth/py3/tests/oauth2/test_service_account.py
@@ -790,7 +790,7 @@ class TestIDTokenCredentials(object):
)
request = mock.Mock()
credentials.refresh(request)
- req, iam_endpoint, signer_email, target_audience, access_token = call_iam_generate_id_token_endpoint.call_args[
+ req, iam_endpoint, signer_email, target_audience, access_token, universe_domain = call_iam_generate_id_token_endpoint.call_args[
0
]
assert req == request
@@ -812,7 +812,7 @@ class TestIDTokenCredentials(object):
)
request = mock.Mock()
credentials.refresh(request)
- req, iam_endpoint, signer_email, target_audience, access_token = call_iam_generate_id_token_endpoint.call_args[
+ req, iam_endpoint, signer_email, target_audience, access_token, universe_domain = call_iam_generate_id_token_endpoint.call_args[
0
]
assert req == request