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 eb78445 commit 055a3adCopy full SHA for 055a3ad
tests/unit/operations_v1/test_operations_rest_client.py
@@ -138,8 +138,8 @@ def test_operations_client_from_service_account_info(client_class):
138
"transport_class",
139
[
140
transports.OperationsRestTransport,
141
- # TODO: Add support for service account credentials
142
- # transports.OperationsRestAsyncTransport,
+ # TODO(https://github.com/googleapis/python-api-core/issues/706): Add support for
+ # service account credentials in transports.OperationsRestAsyncTransport
143
],
144
)
145
def test_operations_client_service_account_always_use_jwt(transport_class):
0 commit comments