8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c179e commit e9ca25fCopy full SHA for e9ca25f
google/auth/iam.py
@@ -79,7 +79,7 @@ def _make_signing_request(self, message):
79
80
if response.status != http_client.OK:
81
raise exceptions.TransportError(
82
- "Error calling the IAM signBytes API: {}".format(response.data)
+ "Error calling the IAM signBlob API: {}".format(response.data)
83
)
84
85
return json.loads(response.data.decode("utf-8"))
0 commit comments