Skip to content

Commit

Permalink
chore(protocoltests): update post smithy 1.17.x bump (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 16, 2022
1 parent 2308e5f commit d36403a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion private/aws-protocoltests-restjson/src/models/models_0.ts
Expand Up @@ -1435,7 +1435,7 @@ export namespace PlayerAction {
}

export interface PostPlayerActionInput {
action?: PlayerAction;
action: PlayerAction | undefined;
}

export namespace PostPlayerActionInput {
Expand Down
Expand Up @@ -6478,7 +6478,7 @@ it("RestJsonInputUnionWithUnitMember:Request", async () => {
/**
* Unit types in unions are serialized like normal structures in responses.
*/
it("RestJsonOutputUnionWithUnitMember:Response", async () => {
it.skip("RestJsonOutputUnionWithUnitMember:Response", async () => {
const client = new RestJsonProtocolClient({
...clientParams,
requestHandler: new ResponseDeserializationTestHandler(
Expand Down

0 comments on commit d36403a

Please sign in to comment.