We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e322eb6 commit 43439f5Copy full SHA for 43439f5
tests/test_routes.py
@@ -196,4 +196,3 @@ def test_cors_security(self):
196
self.assertEqual(response.status_code, status.HTTP_200_OK)
197
# Check for the CORS header
198
self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')
199
-
0 commit comments