From 09dc7fa1c963da42b971e829882f2b4817e0b98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 25 Mar 2024 15:40:48 +0100 Subject: [PATCH] Enter blocking state correctly in upgrade test --- test/test-manager/src/tests/install.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test-manager/src/tests/install.rs b/test/test-manager/src/tests/install.rs index 6d6dd204b236..8676d99b7786 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"])