Skip to content

Commit 5ab23f3

Browse files
fix(codegen): run all base64 ssdk tests
1 parent 5e1047f commit 5ab23f3

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,6 @@ private static boolean filterMalformedRequestTests(
326326
if (testCase.getId().equals("RestJsonBodyMalformedMapNullValue")) {
327327
return true;
328328
}
329-
//TODO: Buffer.from isn't decoding base64 strictly.
330-
if (testCase.getId().equals("RestJsonBodyMalformedBlobInvalidBase64_case1")
331-
|| testCase.getId().equals("RestJsonBodyMalformedBlobInvalidBase64_case2")) {
332-
return true;
333-
}
334329

335330
//TODO: Fixed after Smithy 1.11.0
336331
if (testCase.getId().equals("RestJsonPathTimestampDefaultRejectsDifferent8601Formats_case14")) {

0 commit comments

Comments
 (0)