Skip to content

Commit a68ba2e

Browse files
committed
chore(aws-protocoltests-query): enable QueryCustomizedError test
1 parent 2b71f31 commit a68ba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/aws-protocoltests-query/test/functional/awsquery.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ it("QueryInvalidGreetingError:Error:GreetingWithErrors", async () => {
549549
/**
550550
* Parses customized XML errors
551551
*/
552-
it.skip("QueryCustomizedError:Error:GreetingWithErrors", async () => {
552+
it("QueryCustomizedError:Error:GreetingWithErrors", async () => {
553553
const client = new QueryProtocolClient({
554554
...clientParams,
555555
requestHandler: new ResponseDeserializationTestHandler(

0 commit comments

Comments
 (0)