Skip to content

Commit

Permalink
fix rest xml protocol test for Invalid greeting error
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar authored and mtdowling committed Aug 16, 2020
1 parent 511c0da commit 18208b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ serialized in the response.
<Type>Sender</Type>
<Code>InvalidGreeting</Code>
<Message>Hi</Message>
<AnotherSetting>setting</Message>
<AnotherSetting>setting</AnotherSetting>
</Error>
<RequestId>foo-id</RequestId>
</ErrorResponse>
Expand All @@ -363,7 +363,7 @@ using this additional nested XML element.
<Type>Sender</Type>
<Code>InvalidGreeting</Code>
<Message>Hi</Message>
<AnotherSetting>setting</Message>
<AnotherSetting>setting</AnotherSetting>
<RequestId>foo-id</RequestId>
</Error>
Expand Down
2 changes: 1 addition & 1 deletion smithy-aws-protocol-tests/model/restXml/errors.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ apply InvalidGreeting @httpResponseTests([
<Type>Sender</Type>
<Code>InvalidGreeting</Code>
<Message>Hi</Message>
<AnotherSetting>setting</Message>
<AnotherSetting>setting</AnotherSetting>
</Error>
<RequestId>foo-id</RequestId>
</ErrorResponse>
Expand Down

0 comments on commit 18208b5

Please sign in to comment.