Skip to content

Commit

Permalink
Update test_private_bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 23, 2023
1 parent 03d0505 commit 0f04828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object_store/src/aws/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ mod tests {

#[tokio::test]
async fn test_private_bucket() {
let bucket = "bloxbender";
let bucket = "daylight-map-distribution";

let region = resolve_bucket_region(bucket, &ClientOptions::new())
.await
.unwrap();

let expected = "us-west-2".to_string();
let expected = "us-west-1".to_string();

assert_eq!(region, expected);
}
Expand Down

0 comments on commit 0f04828

Please sign in to comment.