File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rust-runtime/aws-smithy-protocol-test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aws-smithy-protocol-test"
3
- version = " 0.60.7 "
3
+ version = " 0.60.8 "
4
4
authors = [" AWS Rust SDK Team <aws-sdk-rust@amazon.com>" , " Russell Cohen <rcoh@amazon.com>" ]
5
5
description = " A collection of library functions to validate HTTP requests against Smithy protocol tests."
6
6
edition = " 2021"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub enum ProtocolTestFailure {
84
84
#[ error( "Header `{forbidden}` was forbidden but found: `{found}`" ) ]
85
85
ForbiddenHeader { forbidden : String , found : String } ,
86
86
#[ error(
87
- "body did not match. left=actual , right=expected \n {comparison:?} \n == hint:\n {hint}."
87
+ "body did not match. left=expected , right=actual \n {comparison:?} \n == hint:\n {hint}."
88
88
) ]
89
89
BodyDidNotMatch {
90
90
// the comparison includes colorized escapes. PrettyString ensures that even during
You can’t perform that action at this time.
0 commit comments