diff options
Diffstat (limited to '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"]) |
