Skip to content

Commit 70457ce

Browse files
Update test_routes.py with newline at end of file
1 parent ec202c5 commit 70457ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_routes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,5 @@ def test_cors_security(self):
195195
response = self.client.get('/', environ_overrides=HTTPS_ENVIRON)
196196
self.assertEqual(response.status_code, status.HTTP_200_OK)
197197
# Check for the CORS header
198-
self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')
198+
199+
self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')

0 commit comments

Comments
 (0)