We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2351c1b commit 68d110fCopy full SHA for 68d110f
1 file changed
tests/asgi/tests.py
@@ -94,7 +94,7 @@ async def test_asgi_cookies(self):
94
# StreamingHTTPResponse triggers a warning when iterating the file.
95
# assertWarnsMessage is not async compatible, so ignore_warnings for the
96
# test.
97
- @ignore_warnings(module="django.http.response")
+ @ignore_warnings(module="django.core.handlers.asgi")
98
async def test_file_response(self):
99
"""
100
Makes sure that FileResponse works over ASGI.
0 commit comments