Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 25, 2024
1 parent 0b90be7 commit e852839
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions tests/unit/operations_v1/test_operations_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,18 @@
if GOOGLE_AUTH_AIO_INSTALLED:
CLIENTS.append(AbstractOperationsAsyncClient)
CLIENTS_WITH_TRANSPORT.append(
AbstractOperationsAsyncClient,
transports.OperationsRestAsyncTransport,
"rest_asyncio",
(
AbstractOperationsAsyncClient,
transports.OperationsRestAsyncTransport,
"rest_asyncio",
)
),
CLIENTS_WITH_CREDENTIALS.append(
AbstractOperationsAsyncClient,
transports.OperationsRestAsyncTransport,
ga_credentials_async.AnonymousCredentials(),
(
AbstractOperationsAsyncClient,
transports.OperationsRestAsyncTransport,
ga_credentials_async.AnonymousCredentials(),
)
),


Expand Down

0 comments on commit e852839

Please sign in to comment.