Use dotenvy instead of unmaintained dotenv and use it for the tests

This commit is contained in:
B. Blechschmidt 2023-03-22 18:06:51 +01:00
parent c82c610c4b
commit ca3aadcf1a
3 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,7 @@ mod tests {
#[cfg(test)]
#[ctor::ctor]
fn init() {
dotenvy::dotenv().ok();
routes_setup();
}