Skip to content

Commit

Permalink
Update packages/schema/test/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kola Erinoso <[email protected]>
  • Loading branch information
Natay and kola-er authored Feb 4, 2025
1 parent edae9ea commit f6ca550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schema/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ describe('app', () => {
should(results.valid).eql(false);

const [error] = results.errors;
console.log(error);
error.name.should.equal('sensitive');
error.stack.should.eql(
'instance.authentication.fields[0] cannot set isNoSecret as true for the sensitive key "password".',
Expand Down

0 comments on commit f6ca550

Please sign in to comment.