summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/tests/install.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-manager/src/tests/install.rs')
-rw-r--r--test/test-manager/src/tests/install.rs4
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