Skip to content

Commit

Permalink
Fix typo in test suite that has now been fixed in br-validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jan 23, 2025
1 parent 6a09c23 commit c6e8511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mocha/10-http.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('bedrock-service-core HTTP API', () => {
should.not.exist(result);
err.data.type.should.equal('ValidationError');
err.data.message.should.equal(
'A validation error occured in the \'createConfigBody\' validator.');
'A validation error occurred in the \'createConfigBody\' validator.');
});
it('creates a config with a client ID', async () => {
let err;
Expand Down Expand Up @@ -880,7 +880,7 @@ describe('bedrock-service-core HTTP API', () => {
should.not.exist(result);
err.data.type.should.equal('ValidationError');
err.data.message.should.equal(
'A validation error occured in the \'Delegated ZCAP\' validator.');
'A validation error occurred in the \'Delegated ZCAP\' validator.');
});
it('revokes a zcap', async () => {
const config = await helpers.createConfig({capabilityAgent});
Expand Down

0 comments on commit c6e8511

Please sign in to comment.