Skip to content

Commit 65660d1

Browse files
committed
chore(codegen): enable SimpleScalarPropertiesPureWhiteSpace test
1 parent 77165dc commit 65660d1

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,6 @@ private static boolean filterProtocolTests(
299299
&& settings.generateServerSdk()) {
300300
return true;
301301
}
302-
// TODO: follow-up with smithy on whether whitespace strings should be trimmed.
303-
if (testCase.getId().equals("SimpleScalarPropertiesPureWhiteSpace")) {
304-
return true;
305-
}
306302
return false;
307303
}
308304
}

0 commit comments

Comments
 (0)