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 4cf20dc commit 62e08f9Copy full SHA for 62e08f9
tests/middlewares/wsgi_test.py
@@ -99,6 +99,7 @@ def test_401_response_when_not_authenticated(self):
99
response = self.client.get("/")
100
101
self.assertEqual(response.status_code, 401)
102
+ self.assertEqual(response.headers["Content-Length"], "151")
103
self.assertEqual(response.json, {
104
"errors": {
105
"mauth": [(
0 commit comments