Skip to content

Commit

Permalink
Fix expected timestamp value restJson1 defaults test
Browse files Browse the repository at this point in the history
This commit updates the expected `defaultTimestamp` in a restJson1
defaults test to 2. The value 1 may have been incorrectly copied
from the corresponding test in Rails Json where the timestamp format
is httpdate instead of epoch seconds.
  • Loading branch information
ysaito1001 authored and kstich committed Jul 11, 2024
1 parent 7de3ad7 commit 26ff08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smithy-aws-protocol-tests/model/restJson1/defaults.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ apply OperationWithDefaults @httpResponseTests([
defaultDocumentBoolean: false
defaultDocumentList: ["b"]
defaultNullDocument: "notNull"
defaultTimestamp: 1
defaultTimestamp: 2
defaultBlob: "hi"
defaultByte: 2
defaultShort: 2
Expand Down Expand Up @@ -457,4 +457,4 @@ enum TestEnum {
intEnum TestIntEnum {
ONE = 1
TWO = 2
}
}

0 comments on commit 26ff08f

Please sign in to comment.