Skip to content

Commit

Permalink
fixup! Remove predefined custom list
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Jan 20, 2025
1 parent 778354f commit 1ba5d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-manager/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub async fn set_test_location(

set_location(mullvad_client, LocationConstraint::CustomList { list_id })
.await
.context("Failed to set location to custom list")?;
.with_context(|| format!("Failed to set location to custom list with ID '{list_id}'"))?;
Ok(())
}

Expand Down

0 comments on commit 1ba5d18

Please sign in to comment.