summaryrefslogtreecommitdiff
path: root/tests/middleware/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/middleware/tests.py')
-rw-r--r--tests/middleware/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/middleware/tests.py b/tests/middleware/tests.py
index 6009350365..50ba268832 100644
--- a/tests/middleware/tests.py
+++ b/tests/middleware/tests.py
@@ -640,7 +640,7 @@ class ConditionalGetMiddlewareTest(SimpleTestCase):
def test_not_modified_headers(self):
"""
The 304 Not Modified response should include only the headers required
- by section 4.1 of RFC 7232, Last-Modified, and the cookies.
+ by RFC 9110 Section 15.4.5, Last-Modified, and the cookies.
"""
def get_response(req):