diff options
| -rw-r--r-- | mullvad-tests/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-tests/src/lib.rs b/mullvad-tests/src/lib.rs index afcdf7967d..efae62d9c1 100644 --- a/mullvad-tests/src/lib.rs +++ b/mullvad-tests/src/lib.rs @@ -310,7 +310,7 @@ impl MockOpenVpnPluginRpcClient { pub fn up(&mut self) -> Result<(), String> { let mut env: HashMap<String, String> = HashMap::new(); - env.insert("dev".to_owned(), "dummy".to_owned()); + env.insert("dev".to_owned(), "lo".to_owned()); env.insert("ifconfig_local".to_owned(), "10.0.0.10".to_owned()); env.insert("route_vpn_gateway".to_owned(), "10.0.0.1".to_owned()); |
