From 476c2834841fab0bcf572590fadd230e64751df9 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sun, 15 Dec 2024 15:02:26 -0500 Subject: [PATCH] Fix error text assertions. --- test/mocha/10-provision.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mocha/10-provision.js b/test/mocha/10-provision.js index 83cec79..687ac87 100644 --- a/test/mocha/10-provision.js +++ b/test/mocha/10-provision.js @@ -157,7 +157,7 @@ describe('provision 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.'); }); }); @@ -714,7 +714,7 @@ describe('provision 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 zcaps = {