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 5b279b2 commit 4888d93Copy full SHA for 4888d93
tests/test_routes.py
@@ -195,4 +195,5 @@ def test_cors_security(self):
195
response = self.client.get('/', environ_overrides=HTTPS_ENVIRON)
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'), '*')
+ self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')
199
+
0 commit comments