Skip to content

Commit

Permalink
Update ChangeLog for STS change & fix dvr validate method
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Nov 16, 2023
1 parent 079b0d9 commit 1164fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ author = "rcoh"
message = "The `AssumeRoleBuilder::policy_arns` now accepts strings instead of an STS specific type"
references = ["smithy-rs#3205"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "rcoh"
author = "rcoh"
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ impl ReplayingClient {

/// Validate all headers and bodies
pub async fn full_validate(self, media_type: &str) -> Result<(), Box<dyn Error>> {
self.validate_body_and_headers(None, MediaType::from(media_type))
.await
self.validate_body_and_headers(None, media_type).await
}

/// Validate actual requests against expected requests
Expand Down

0 comments on commit 1164fb4

Please sign in to comment.