1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

web: start from rocket's default config for the tests

This commit is contained in:
Justus Winter 2022-01-17 17:26:02 +01:00 committed by Vincent Breitmoser
parent 11f93c3249
commit 7b413150ca

View file

@ -563,7 +563,7 @@ pub mod tests {
let base_dir: PathBuf = root.path().into();
let config = Figment::new()
let config = rocket::Config::figment()
.select("staging")
.merge(("root", root.path()))
.merge(("template_dir",