diff --git a/test/unit/common/middleware/test_ratelimit.py b/test/unit/common/middleware/test_ratelimit.py index 7f45c744c6..97d9c92525 100644 --- a/test/unit/common/middleware/test_ratelimit.py +++ b/test/unit/common/middleware/test_ratelimit.py @@ -359,7 +359,6 @@ class TestRateLimit(unittest.TestCase): thread.join() time_took = time.time() - begin -# the all 15 threads still take 1.5 secs self.assertEquals(1.5, round(time_took, 1)) def test_ratelimit_acc_vrs_container(self):