Browse Source

fix comment

Shun Miyazawa 1 year ago
parent
commit
3aa1ef929e
1 changed files with 1 additions and 1 deletions
  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';