diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-03-26 10:07:52 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-03-26 10:07:52 +0100 |
| commit | cf4c0107a21fc65c7d5ab43fae1a88577a26113d (patch) | |
| tree | de8a18fc00e0979b0ed8e12fe9fb537ee1975ceb | |
| parent | cab11800e96a631f7ae3a023255c0dd992d35480 (diff) | |
| parent | 09dc7fa1c963da42b971e829882f2b4817e0b98f (diff) | |
| download | mullvadvpn-cf4c0107a21fc65c7d5ab43fae1a88577a26113d.tar.xz mullvadvpn-cf4c0107a21fc65c7d5ab43fae1a88577a26113d.zip | |
Merge branch 'fix-upgrade-test'
| -rw-r--r-- | test/test-manager/src/tests/install.rs | 3 |
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"]) |
