Skip to content

Commit

Permalink
try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneur2020 committed Aug 8, 2024
1 parent 7471e3f commit 2ab6fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ impl AssumeRoleLoader {
)
// Set content sha to empty string.
.header(X_AMZ_CONTENT_SHA_256, EMPTY_STRING_SHA256)
.body(reqwest::Body::default())?;
.body(reqwest::Body::from(""))?;

let source_cred = self
.source_credential
Expand Down

0 comments on commit 2ab6fe9

Please sign in to comment.