Skip to content

Commit

Permalink
fix(test): fix previous workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
thomas-chauvet committed Nov 22, 2024
1 parent 53e252f commit d04e317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ mod tests {
virtual_hosted_style_request: false,
locking_provider: Some("dynamodb".to_string()),
dynamodb_endpoint: None,
dynamodb_region: Some("us-west-1".to_string()),
dynamodb_region: None,
dynamodb_access_key_id: None,
dynamodb_secret_access_key: None,
dynamodb_session_token: None,
Expand Down Expand Up @@ -715,7 +715,7 @@ mod tests {
virtual_hosted_style_request: false,
locking_provider: Some("dynamodb".to_string()),
dynamodb_endpoint: Some("http://localhost:dynamodb".to_string()),
dynamodb_region: Some("us-west-2".to_string()),
dynamodb_region: None,
dynamodb_access_key_id: None,
dynamodb_secret_access_key: None,
dynamodb_session_token: None,
Expand Down

0 comments on commit d04e317

Please sign in to comment.