Skip to content

Commit

Permalink
Fix various protocol test warnings
Browse files Browse the repository at this point in the history
kstich committed Feb 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2fa5aea commit cf8ca8a
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ use smithy.test#httpResponseTests
// These tests are for verifying the client can correctly parse
// the `DateTime` timestamp with an offset
@tags(["client-only"])
@http(uri: "/DatetimeOffsets", method: "POST")
operation DatetimeOffsets {
output: DatetimeOffsetsOutput
}
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ use smithy.test#httpResponseTests
// These tests are for verifying the client can correctly parse
// the `DateTime` and `HttpDate` timestamps with fractional seconds
@tags(["client-only"])
@http(uri: "/FractionalSeconds", method: "POST")
operation FractionalSeconds {
output: FractionalSecondsOutput
}
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ use aws.protocols#restJson1
use smithy.test#httpRequestTests
use smithy.test#httpResponseTests

@idempotent
@readonly
@http(method: "GET", uri: "/test-accept-header")
@documentation("Service accepts `*` in ACCEPT header")
@httpRequestTests([

0 comments on commit cf8ca8a

Please sign in to comment.