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 Jan 30, 2025
1 parent 78c1d79 commit e5f22b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schema/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ describe('app', () => {

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

0 comments on commit e5f22b3

Please sign in to comment.