Skip to content

Commit 24bd41b

Browse files
committed
chore(codegen): enable protocol test RestJsonNoInputAndOutput
1 parent 58be189 commit 24bd41b

File tree

1 file changed

+0
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+0
-3
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ private static boolean filterProtocolTests(
298298
if (testCase.getId().equals("QueryCustomizedError")) {
299299
return true;
300300
}
301-
if (testCase.getId().equals("RestJsonNoInputAndOutput")) {
302-
return true;
303-
}
304301
// TODO: https://github.com/aws/aws-sdk-js-v3/issues/3058
305302
if (testCase.getId().equals("RestJsonTestPayloadStructure")
306303
|| testCase.getId().equals("RestJsonHttpWithHeadersButNoPayload")) {

0 commit comments

Comments
 (0)