Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit abd3b35

Browse files
committed
don't worry about covering unit test
1 parent 7f58c72 commit abd3b35

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
@@ -374,7 +374,7 @@ def test_operations_client_client_options(
374374

375375
# Check the case quota_project_id is provided
376376
options = client_options.ClientOptions(quota_project_id="octopus")
377-
with mock.patch.object(transport_class, "__init__") as patched:
377+
with mock.patch.object(transport_class, "__init__") as patched: # pragma: NO COVER
378378
patched.return_value = None
379379
client = client_class(client_options=options, transport=transport_name)
380380
patched.assert_called_once_with(

0 commit comments

Comments
 (0)