Skip to content

Commit 90cff72

Browse files
committed
don't worry about covering unit test
1 parent cf8c92a commit 90cff72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/operations_v1/test_operations_rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def test_operations_client_client_options(
354354

355355
# Check the case quota_project_id is provided
356356
options = client_options.ClientOptions(quota_project_id="octopus")
357-
with mock.patch.object(transport_class, "__init__") as patched:
357+
with mock.patch.object(transport_class, "__init__") as patched: # pragma: NO COVER
358358
patched.return_value = None
359359
client = client_class(client_options=options, transport=transport_name)
360360
patched.assert_called_once_with(

0 commit comments

Comments
 (0)