diff --git a/test/test-manager/src/tests/mod.rs b/test/test-manager/src/tests/mod.rs index 02ab7938fa0a..dfa899ecfca3 100644 --- a/test/test-manager/src/tests/mod.rs +++ b/test/test-manager/src/tests/mod.rs @@ -200,7 +200,7 @@ pub async fn set_test_location( set_location(mullvad_client, LocationConstraint::CustomList { list_id }) .await - .with_context(|| format!("Failed to set location to custom list with ID '{list_id}'"))?; + .with_context(|| format!("Failed to set location to custom list with ID '{list_id:?}'"))?; Ok(()) }