Skip to content

Commit

Permalink
cccllliippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 20, 2024
1 parent cb11561 commit c7d1a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ mod tests {
assert!(is_aws(&options));

let minio: HashMap<String, String> = hashmap! {
"aws_endpoint" => "http://minio:8080".to_string(),
"aws_endpoint".to_string() => "http://minio:8080".to_string(),
};
let options = StorageOptions::from(minio);
assert!(!is_aws(&options));
Expand Down

0 comments on commit c7d1a9a

Please sign in to comment.