summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-03-25 15:40:48 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-03-26 10:07:05 +0100
commit09dc7fa1c963da42b971e829882f2b4817e0b98f (patch)
treede8a18fc00e0979b0ed8e12fe9fb537ee1975ceb
parentcab11800e96a631f7ae3a023255c0dd992d35480 (diff)
downloadmullvadvpn-09dc7fa1c963da42b971e829882f2b4817e0b98f.tar.xz
mullvadvpn-09dc7fa1c963da42b971e829882f2b4817e0b98f.zip
Enter blocking state correctly in 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"])