Kaynağa Gözat

fix comment

Shun Miyazawa 1 yıl önce
ebeveyn
işleme
3aa1ef929e

+ 1 - 1
apps/app/src/features/rate-limiter/middleware/factory.integ.ts

@@ -42,7 +42,7 @@ describe('factory.ts', async() => {
       await testRateLimitErrorWhenExceedingMaxRequests(method, key, maxRequests);
     });
 
-    it('Should trigger a rate limit error when maxRequest is exceeded (maxRequest: 1)', async() => {
+    it('Should trigger a rate limit error when maxRequest is exceeded (maxRequest: 500)', async() => {
       // setup
       const method = 'GET';
       const key = 'test-key-2';