summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-03-26 10:07:52 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-03-26 10:07:52 +0100
commitcf4c0107a21fc65c7d5ab43fae1a88577a26113d (patch)
treede8a18fc00e0979b0ed8e12fe9fb537ee1975ceb
parentcab11800e96a631f7ae3a023255c0dd992d35480 (diff)
parent09dc7fa1c963da42b971e829882f2b4817e0b98f (diff)
downloadmullvadvpn-cf4c0107a21fc65c7d5ab43fae1a88577a26113d.tar.xz
mullvadvpn-cf4c0107a21fc65c7d5ab43fae1a88577a26113d.zip
Merge branch 'fix-upgrade-test'
-rw-r--r--test/test-manager/src/tests/install.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-manager/src/tests/install.rs b/test/test-manager/src/tests/install.rs
index 6d6dd204b2..8676d99b77 100644
--- a/test/test-manager/src/tests/install.rs
+++ b/test/test-manager/src/tests/install.rs
@@ -67,8 +67,7 @@ pub async fn test_upgrade_app(ctx: TestContext, rpc: ServiceClient) -> Result<()
//
log::debug!("Entering blocking error state");
- // TODO: Update this to `rpc.exec("mullvad", ["debug", "block-connection"])` when 2023.6 is released.
- rpc.exec("mullvad", ["relay", "set", "location", "xx"])
+ rpc.exec("mullvad", ["debug", "block-connection"])
.await
.expect("Failed to set relay location");
rpc.exec("mullvad", ["connect"])