fix tests in CI with CRL config option

This commit is contained in:
dandds 2019-03-21 18:54:23 -04:00
parent e07640db57
commit 828d46bae9

View File

@ -49,7 +49,7 @@ def protected_routes(app):
return _protected_routes return _protected_routes
sample_config = make_config() sample_config = make_config({"CRL_STORAGE_PROVIDER": "LOCAL"})
sample_app = make_app(sample_config) sample_app = make_app(sample_config)
_PROTECTED_ROUTES = protected_routes(sample_app) _PROTECTED_ROUTES = protected_routes(sample_app)