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 @@ -2340,9 +2340,9 @@ def test_get_media(self):
2340
2340
self .assertEqual (b"standing in for media" , response )
2341
2341
2342
2342
2343
-
2344
2343
class Universe (unittest .TestCase ):
2345
2344
if HAS_UNIVERSE :
2345
+
2346
2346
def test_validate_credentials_with_no_client_options (self ):
2347
2347
http = build_http ()
2348
2348
discovery = read_datafile ("zoo.json" )
@@ -2605,9 +2605,7 @@ def test_universe_env_var_configured_empty(self):
2605
2605
discovery = read_datafile ("tasks.json" )
2606
2606
2607
2607
with self .assertRaises (universe .EmptyUniverseError ):
2608
- with mock .patch .dict (
2609
- "os.environ" , {"GOOGLE_CLOUD_UNIVERSE_DOMAIN" : "" }
2610
- ):
2608
+ with mock .patch .dict ("os.environ" , {"GOOGLE_CLOUD_UNIVERSE_DOMAIN" : "" }):
2611
2609
tasks = build_from_document (
2612
2610
discovery ,
2613
2611
credentials = credentials ,
You can’t perform that action at this time.
0 commit comments