summaryrefslogtreecommitdiffstats
path: root/contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-06-21 09:28:26 +0300
committerrobot-piglet <[email protected]>2024-06-21 09:36:40 +0300
commit0cb3f820fac6a243bcb7e4c4388700898660bfd0 (patch)
tree056f1b8bc5f72039fa422aac0af13bab0e966aa7 /contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py
parent08049311fe5c42a97e8bb47a73fb6cd143c0bdb1 (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py')
-rw-r--r--contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py b/contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py
index 9cca317924e..bb29f8c6e2b 100644
--- a/contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py
+++ b/contrib/python/google-auth/py3/tests/compute_engine/test_credentials.py
@@ -499,7 +499,7 @@ class TestIDTokenCredentials(object):
responses.add(
responses.POST,
"https://iamcredentials.googleapis.com/v1/projects/-/"
- "serviceAccounts/[email protected]:signBlob?alt=json",
+ "serviceAccounts/[email protected]:signBlob",
status=200,
content_type="application/json",
json={"keyId": "some-key-id", "signedBlob": signature},
@@ -657,7 +657,7 @@ class TestIDTokenCredentials(object):
responses.add(
responses.POST,
"https://iamcredentials.googleapis.com/v1/projects/-/"
- "serviceAccounts/[email protected]:signBlob?alt=json",
+ "serviceAccounts/[email protected]:signBlob",
status=200,
content_type="application/json",
json={"keyId": "some-key-id", "signedBlob": signature},