From 5789ff4f28569e3e10e1f297a57887ff92557098 Mon Sep 17 00:00:00 2001 From: Jordon Phillips Date: Tue, 20 Jul 2021 13:29:18 +0200 Subject: [PATCH] chore: re-enable ssdk content-length test (#2599) --- .../amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java index c787ff29be38..13efd14170c2 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java @@ -293,9 +293,6 @@ private static boolean filterProtocolTests( if (testCase.getId().equals("QueryCustomizedError")) { return true; } - if (testCase.getId().equals("RestJsonStreamingTraitsRequireLengthWithBlob") && settings.generateServerSdk()) { - return true; - } //TODO: enable with Smithy 1.10 if ((testCase.getId().equals("RestJsonAllQueryStringTypes") || testCase.getId().equals("RestJsonQueryStringEscaping"))