diff --git a/performance-metrics/src/performance_tests.rs b/performance-metrics/src/performance_tests.rs index 7cab1db1b..7bbecf889 100644 --- a/performance-metrics/src/performance_tests.rs +++ b/performance-metrics/src/performance_tests.rs @@ -24,7 +24,7 @@ pub const FOCAL_IMAGE_NAME: &str = "focal-server-cloudimg-arm64-custom-20210929- enum Error { #[error("boot time could not be parsed")] BootTimeParse, - #[error("infrastructure failure: {0}")] + #[error("infrastructure failure")] Infra(#[from] InfraError), #[error("restore time could not be parsed")] RestoreTimeParse,