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 56dc762 commit 8bfc4baCopy full SHA for 8bfc4ba
tests/unit/operations_v1/test_operations_rest_client.py
@@ -355,11 +355,11 @@ def test_operations_client_client_options(
355
with pytest.raises(ValueError):
356
client = client_class()
357
else:
358
- with mock.patch.object(transport_class, "__init__") as patched:
+ with mock.patch.object(transport_class, "__init__") as patched:
359
patched.return_value = None
360
client = client_class(
361
credentials=ga_credentials.AnonymousCredentials(),
362
- transport=transport_name
+ transport=transport_name,
363
)
364
365
# Check the case quota_project_id is provided
0 commit comments