From ea3f7000678d8b78ce950bf53dfe74caafa7ce21 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Mon, 19 Jul 2021 15:10:44 +0200 Subject: [PATCH] chore: re-enable ssdk content-length test --- .../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"))