Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Apr 26, 2024
1 parent fa732b9 commit b03ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/http-api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});

Expand Down

0 comments on commit b03ffcf

Please sign in to comment.