From b03ffcfb97f35e6549ec30ac9522b1b6bc4c5277 Mon Sep 17 00:00:00 2001 From: Henry Tsai Date: Fri, 26 Apr 2024 15:37:05 -0700 Subject: [PATCH] merge conflicts --- tests/http-api.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http-api.spec.ts b/tests/http-api.spec.ts index 6f1f4fb..ee906a2 100644 --- a/tests/http-api.spec.ts +++ b/tests/http-api.spec.ts @@ -582,7 +582,7 @@ describe('http api', function () { expect(response.status).to.equal(400); const responseBody = await response.json() as DwnError; - expect(responseBody.code).to.equal(DwnErrorCode.SchemaValidationFailure); + expect(responseBody.code).to.equal(DwnErrorCode.SchemaValidatorAdditionalPropertyNotAllowed); }); });