Skip to content

Commit 500ca11

Browse files
committed
chore(aws-protocoltests-restjson): enable RestJsonNoInputAndOutput
1 parent 24bd41b commit 500ca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,7 @@ it("RestJsonNoInputAndNoOutput:Response", async () => {
61616161
* serialize any data in the payload, they should omit a payload
61626162
* altogether.
61636163
*/
6164-
it.skip("RestJsonNoInputAndOutput:Request", async () => {
6164+
it("RestJsonNoInputAndOutput:Request", async () => {
61656165
const client = new RestJsonProtocolClient({
61666166
...clientParams,
61676167
requestHandler: new RequestSerializationTestHandler(),

0 commit comments

Comments
 (0)