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 e852839 commit abf42bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/operations_v1/test_operations_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ def test_operations_client_get_transport_class(
transport = client_class.get_transport_class()
available_transports = [
transports.OperationsRestTransport,
transports.OperationsRestAsyncTransport,
]
if GOOGLE_AUTH_AIO_INSTALLED:
available_transports.append(transports.OperationsRestAsyncTransport)
assert transport in available_transports

transport = client_class.get_transport_class(transport_name)
Expand Down

0 comments on commit abf42bb

Please sign in to comment.