diff --git a/src/aws/auth.rs b/src/aws/auth.rs index 921dbfa3d081a..665f382c33d73 100644 --- a/src/aws/auth.rs +++ b/src/aws/auth.rs @@ -424,7 +424,7 @@ mod tests { auth.load_timeout_secs = 10 "#, ) - .unwrap(); + .unwrap(); assert!(matches!(config.auth, AwsAuthentication::Role { .. })); } @@ -548,7 +548,7 @@ mod tests { auth.external_id = "id" "#, ) - .unwrap(); + .unwrap(); match config.auth { AwsAuthentication::AccessKey {