Skip to content

Commit

Permalink
chore(codegen): remove filter for QueryCustomizedError protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 11, 2022
1 parent 12d2db2 commit 2b71f31
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,6 @@ private static boolean filterProtocolTests(
HttpMessageTestCase testCase,
TypeScriptSettings settings
) {
// TODO: Consume AWSQueryError trait as a follow-up.
if (testCase.getId().equals("QueryCustomizedError")) {
return true;
}

// TODO: Remove when server protocol tests are fixed in
// https://github.com/aws/aws-sdk-js-v3/issues/3058
// TODO: Move to filter specific to server protocol tests if added in
Expand Down

0 comments on commit 2b71f31

Please sign in to comment.