Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/asgi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def test_asgi_cookies(self):
# StreamingHTTPResponse triggers a warning when iterating the file.
# assertWarnsMessage is not async compatible, so ignore_warnings for the
# test.
@ignore_warnings(module="django.http.response")
@ignore_warnings(module="django.core.handlers.asgi")
async def test_file_response(self):
"""
Makes sure that FileResponse works over ASGI.
Expand Down