Skip to content

Commit 2b71f31

Browse files
committed
chore(codegen): remove filter for QueryCustomizedError protocol test
1 parent 12d2db2 commit 2b71f31

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

-5
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ private static boolean filterProtocolTests(
294294
HttpMessageTestCase testCase,
295295
TypeScriptSettings settings
296296
) {
297-
// TODO: Consume AWSQueryError trait as a follow-up.
298-
if (testCase.getId().equals("QueryCustomizedError")) {
299-
return true;
300-
}
301-
302297
// TODO: Remove when server protocol tests are fixed in
303298
// https://github.com/aws/aws-sdk-js-v3/issues/3058
304299
// TODO: Move to filter specific to server protocol tests if added in

0 commit comments

Comments
 (0)