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
1 changed files with 1 additions and 1 deletions

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",