|
1 | 1 | /*! |
2 | | - * Copyright (c) 2019-2022 Digital Bazaar, Inc. All rights reserved. |
| 2 | + * Copyright (c) 2019-2024 Digital Bazaar, Inc. All rights reserved. |
3 | 3 | */ |
4 | 4 | import * as bedrock from '@bedrock/core'; |
5 | 5 | import * as helpers from './helpers.js'; |
@@ -171,7 +171,7 @@ describe('provision API', () => { |
171 | 171 | should.not.exist(result); |
172 | 172 | err.data.type.should.equal('ValidationError'); |
173 | 173 | err.data.message.should.equal( |
174 | | - 'A validation error occured in the \'createConfigBody\' validator.'); |
| 174 | + 'A validation error occurred in the \'createConfigBody\' validator.'); |
175 | 175 | }); |
176 | 176 | }); |
177 | 177 |
|
@@ -706,7 +706,7 @@ describe('provision API', () => { |
706 | 706 | should.not.exist(result); |
707 | 707 | err.data.type.should.equal('ValidationError'); |
708 | 708 | err.data.message.should.equal( |
709 | | - 'A validation error occured in the \'Delegated ZCAP\' validator.'); |
| 709 | + 'A validation error occurred in the \'Delegated ZCAP\' validator.'); |
710 | 710 | }); |
711 | 711 | it('revokes a zcap', async () => { |
712 | 712 | const config = await helpers.createConfig({capabilityAgent, zcaps}); |
@@ -822,7 +822,7 @@ describe('provision API', () => { |
822 | 822 | should.not.exist(result); |
823 | 823 | err.data.type.should.equal('ValidationError'); |
824 | 824 | err.data.message.should.equal( |
825 | | - 'A validation error occured in the \'createContextBody\' validator.'); |
| 825 | + 'A validation error occurred in the \'createContextBody\' validator.'); |
826 | 826 | }); |
827 | 827 | it('updates a context', async () => { |
828 | 828 | const config = await helpers.createConfig({capabilityAgent, zcaps}); |
|
0 commit comments