Skip to content

Commit

Permalink
Merge branch 'fix-upgrade-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Mar 26, 2024
2 parents cab1180 + 09dc7fa commit cf4c010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test-manager/src/tests/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit cf4c010

Please sign in to comment.