Shun Miyazawa 1 год назад
Родитель
Сommit
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';