#31550: AssertionError raised by test_file_response method of ASGITest class.
-----------------------------------------+----------------------------
Reporter: Yash Saini | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.0
Severity: Normal | Keywords: ASGI tests
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+----------------------------
On running:
`python runtests.py asgi`
The following assertion is raised in tests\asgi\tests.py in
ASGITest.test_file_response method:
{{{
AssertionError: Items in the first set but not the second:
(b'Content-Type', b'text/x-python')
Items in the second set but not the first:
(b'Content-Type', b'text/plain')
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31550>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/056.6b94f357081aeabc0d2748dc124e9573%40djangoproject.com.