summaryrefslogtreecommitdiff
path: root/tests/conditional_processing/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conditional_processing/tests.py')
-rw-r--r--tests/conditional_processing/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conditional_processing/tests.py b/tests/conditional_processing/tests.py
index 93f96546aa..67007b5d66 100644
--- a/tests/conditional_processing/tests.py
+++ b/tests/conditional_processing/tests.py
@@ -143,7 +143,7 @@ class ConditionalGet(SimpleTestCase):
self.assertEqual(response.status_code, 412)
def test_both_headers(self):
- # see https://tools.ietf.org/html/rfc7232#section-6
+ # See RFC 9110 Section 13.2.2.
self.client.defaults["HTTP_IF_MODIFIED_SINCE"] = LAST_MODIFIED_STR
self.client.defaults["HTTP_IF_NONE_MATCH"] = ETAG
response = self.client.get("/condition/")