Skip to content

Commit

Permalink
fix: Correct the bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Aug 28, 2024
1 parent 1d8bebd commit ac8a351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async fn test_wrong_user_mapping_s3_listing(
#[future(awt)] s3: S3,
mut conn: PgConnection,
) -> Result<()> {
let s3_bucket = "test_wrong_user_mapping_s3_listing";
let s3_bucket = "test-wrong-user-mapping-s3-listing";
let s3_key = "test_wrong_user_mapping_s3_listing.parquet";
let s3_endpoint = s3.url.clone();
let s3_object_path = format!("s3://{s3_bucket}/{s3_key}");
Expand Down

0 comments on commit ac8a351

Please sign in to comment.