Address flake8 issues

This commit is contained in:
Ryan Ahearn
2022-08-09 14:14:49 +00:00
parent bdee795f56
commit 68129bc9f4
2 changed files with 11 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ def test_load_cloudfoundry_config_if_available(reload_config):
}],
})
with mock.patch('app.cloudfoundry_config.extract_cloudfoundry_config', side_effect=cf_conf) as cf_config:
with mock.patch('app.cloudfoundry_config.extract_cloudfoundry_config', side_effect=cf_conf):
# reload config so that its module level code (ie: all of it) is re-instantiated
importlib.reload(config)