Test rate-limiting, stories in mock server
This commit is contained in:
parent
450051e541
commit
f9453c64dd
9 changed files with 212 additions and 10 deletions
|
@ -238,6 +238,10 @@ export async function startApp(): Promise<void> {
|
|||
},
|
||||
|
||||
requestChallenge(request) {
|
||||
if (window.CI) {
|
||||
window.CI.handleEvent('challenge', request);
|
||||
return;
|
||||
}
|
||||
window.sendChallengeRequest(request);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue