mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 22:42:48 +00:00
Use dotenvy instead of unmaintained dotenv and use it for the tests
This commit is contained in:
parent
c82c610c4b
commit
ca3aadcf1a
3 changed files with 2 additions and 2 deletions
|
@ -41,6 +41,7 @@ mod tests {
|
|||
#[cfg(test)]
|
||||
#[ctor::ctor]
|
||||
fn init() {
|
||||
dotenvy::dotenv().ok();
|
||||
routes_setup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue