Skip to content

Commit 1453d48

Browse files
committed
chore(codegen): enable protocol tests which depend on smithy 1.10.x
1 parent 4be9ec6 commit 1453d48

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,6 @@ private static boolean filterProtocolTests(
293293
if (testCase.getId().equals("QueryCustomizedError")) {
294294
return true;
295295
}
296-
//TODO: enable with Smithy 1.10
297-
if ((testCase.getId().equals("RestJsonAllQueryStringTypes")
298-
|| testCase.getId().equals("RestJsonQueryStringEscaping"))
299-
&& settings.generateServerSdk()) {
300-
return true;
301-
}
302296
// TODO: follow-up with smithy on whether whitespace strings should be trimmed.
303297
if (testCase.getId().equals("SimpleScalarPropertiesPureWhiteSpace")) {
304298
return true;

0 commit comments

Comments
 (0)