fix(test): comment unreliable error message

This commit is contained in:
Sabe Jones 2020-03-07 13:31:07 -06:00
parent c5147a696d
commit 2001b27c26

View file

@ -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',
});
});