mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(test): comment unreliable error message
This commit is contained in:
parent
c5147a696d
commit
2001b27c26
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ describe('payments - stripe - #checkout', () => {
|
|||
await expect(user.post(endpoint, { id: 123 })).to.eventually.be.rejected.and.include({
|
||||
code: 401,
|
||||
error: 'Error',
|
||||
message: 'Invalid API Key provided: aaaabbbb********************1111',
|
||||
// message: 'Invalid API Key provided: aaaabbbb********************1111',
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue