fix tests in CI with CRL config option
This commit is contained in:
parent
e07640db57
commit
828d46bae9
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user