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 ec202c5 commit 70457ceCopy full SHA for 70457ce
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'), '*')
+
199
+ self.assertEqual(response.headers.get('Access-Control-Allow-Origin'), '*')
0 commit comments