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:
parent
11f93c3249
commit
7b413150ca
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue