Skip to content

Commit

Permalink
Remove redundant StringMap in protocol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Aug 21, 2020
1 parent 88b00a4 commit 5ee95e6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace aws.protocoltests.restjson
use aws.protocols#restJson1
use smithy.test#httpRequestTests
use smithy.test#httpResponseTests
use aws.protocoltests.shared#StringMap

/// This examples adds headers to the input of a request and response by prefix.
@readonly
Expand Down Expand Up @@ -86,11 +87,6 @@ structure HttpPrefixHeadersInputOutput {
fooMap: StringMap,
}

map StringMap {
key: String,
value: String,
}

/// Clients that perform this test extract all headers from the response.
@readonly
@http(uri: "/HttpPrefixHeadersResponse", method: "GET")
Expand Down

0 comments on commit 5ee95e6

Please sign in to comment.