Improve challenge handling
This commit is contained in:
parent
e0852abcdc
commit
e3f418105b
6 changed files with 92 additions and 52 deletions
|
@ -56,6 +56,7 @@ describe('ChallengeHandler', () => {
|
|||
token: '1',
|
||||
retryAt: NOW + DEFAULT_RETRY_AFTER,
|
||||
createdAt: NOW - SECOND,
|
||||
reason: 'test',
|
||||
...options,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue