Skip to content

Commit 94bafb8

Browse files
committedMar 25, 2024
Enter blocking state correctly in upgrade test
1 parent 030d55d commit 94bafb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/test-manager/src/tests/install.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ pub async fn test_upgrade_app(ctx: TestContext, rpc: ServiceClient) -> Result<()
6767
//
6868
log::debug!("Entering blocking error state");
6969

70-
// TODO: Update this to `rpc.exec("mullvad", ["debug", "block-connection"])` when 2023.6 is released.
71-
rpc.exec("mullvad", ["relay", "set", "location", "xx"])
70+
rpc.exec("mullvad", ["debug", "block-connection"])
7271
.await
7372
.expect("Failed to set relay location");
7473
rpc.exec("mullvad", ["connect"])

0 commit comments

Comments
 (0)