summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-03-21 20:51:53 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-21 20:52:59 +0100
commitae824eceb1ddcaef336677bf9a6e704097cd2309 (patch)
treebecdd62c961abbe60c3d8da326a808d5aaa91657 /tests
parente829b0a239cffdeab5781df450a6b0e0026faa2d (diff)
[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.
Bug in 0bd2c0c9015b53c41394a1c0989afbfd94dc2830. Backport of 02c356f2f3945b8075735d485c3cf48cad991011 from main
Diffstat (limited to 'tests')
-rw-r--r--tests/asgi/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/asgi/tests.py b/tests/asgi/tests.py
index 61d040b45b..f2e293d8bc 100644
--- a/tests/asgi/tests.py
+++ b/tests/asgi/tests.py
@@ -116,7 +116,6 @@ class ASGITest(SimpleTestCase):
"django.contrib.staticfiles.finders.FileSystemFinder",
],
)
- @ignore_warnings(module="django.http.response")
async def test_static_file_response(self):
application = ASGIStaticFilesHandler(get_asgi_application())
# Construct HTTP request.