Skip to content

Commit 43439f5

Browse files
Fix test routes
1 parent e322eb6 commit 43439f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,3 @@ def test_cors_security(self):
196196
self.assertEqual(response.status_code, status.HTTP_200_OK)
197197
# Check for the CORS header
198198
self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')
199-

0 commit comments

Comments
 (0)