File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -356,9 +356,7 @@ def test_operations_client_client_options(
356356 options = client_options .ClientOptions (quota_project_id = "octopus" )
357357 with mock .patch .object (transport_class , "__init__" ) as patched :
358358 patched .return_value = None
359- client = client_class (
360- client_options = options , transport = transport_name
361- ) # try: NO COVER
359+ client = client_class (client_options = options , transport = transport_name )
362360 patched .assert_called_once_with (
363361 credentials = None ,
364362 credentials_file = None ,
@@ -368,7 +366,7 @@ def test_operations_client_client_options(
368366 quota_project_id = "octopus" ,
369367 client_info = transports .base .DEFAULT_CLIENT_INFO ,
370368 always_use_jwt_access = True ,
371- ) # try: NO COVER
369+ )
372370
373371 # Check the case credentials_file is provided
374372 with warn_deprecated_credentials_file ():
You can’t perform that action at this time.
0 commit comments