Skip to content

Commit 20e27d1

Browse files
committed
fix formatting
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent e650aea commit 20e27d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vulnerabilities/tests/test_throttling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ def test_packages_endpoint_throttling(self):
5252
for i in range(0, 10):
5353
response = self.csrf_client_anon.get("/api/packages")
5454
self.assertEqual(response.status_code, 200)
55-
55+
5656
response = self.csrf_client_anon.get("/api/packages")
5757
# 429 - too many requests for anon user
5858
self.assertEqual(response.status_code, 429)
5959

60-
6160
def test_cpes_endpoint_throttling(self):
6261

6362
# A basic user can only access /cpes endpoint 4 times a day

0 commit comments

Comments
 (0)