Shun Miyazawa пре 1 година
родитељ
комит
3aa1ef929e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/features/rate-limiter/middleware/factory.integ.ts

+ 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';