diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-01-22 13:33:03 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-01-22 13:33:03 +0100 |
| commit | bbfc9c858bd58cf8a8768e7229b40ee44aa898bd (patch) | |
| tree | 66ffb72550e367f13fe4b68881937627d79a390f /test/test-manager/src/tests/install.rs | |
| parent | 598727746cd679b6d1aa327f6a5ac0506693bda8 (diff) | |
| parent | b198ecd495f75117c482eea2f9d8cd738ad14441 (diff) | |
| download | mullvadvpn-bbfc9c858bd58cf8a8768e7229b40ee44aa898bd.tar.xz mullvadvpn-bbfc9c858bd58cf8a8768e7229b40ee44aa898bd.zip | |
Merge branch 'be-able-to-whitelist-relays-in-an-end-to-end-test-run-des-1052'
Diffstat (limited to 'test/test-manager/src/tests/install.rs')
| -rw-r--r-- | test/test-manager/src/tests/install.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-manager/src/tests/install.rs b/test/test-manager/src/tests/install.rs index 936f07d65d..d640b26089 100644 --- a/test/test-manager/src/tests/install.rs +++ b/test/test-manager/src/tests/install.rs @@ -6,7 +6,7 @@ use mullvad_types::{constraints::Constraint, relay_constraints}; use test_macro::test_function; use test_rpc::{mullvad_daemon::ServiceStatus, ServiceClient}; -use crate::{mullvad_daemon::MullvadClientArgument, tests::helpers}; +use crate::tests::helpers; use super::{ config::TEST_CONFIG, @@ -25,7 +25,7 @@ use super::{ pub async fn test_upgrade_app( ctx: TestContext, rpc: ServiceClient, - _mullvad_client: MullvadClientArgument, + _mullvad_client: Option<MullvadProxyClient>, ) -> anyhow::Result<()> { // Install the older version of the app and verify that it is running. let old_version = TEST_CONFIG |
