From 9c21dd91a3bc5d4278adfff98c7a5225947cd049 Mon Sep 17 00:00:00 2001 From: jun Date: Mon, 9 Mar 2026 22:03:32 +0900 Subject: Fixed a typo in tests/conditional_processing/tests.py. --- tests/conditional_processing/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/conditional_processing/tests.py') diff --git a/tests/conditional_processing/tests.py b/tests/conditional_processing/tests.py index 67007b5d66..6b1f4b5bdd 100644 --- a/tests/conditional_processing/tests.py +++ b/tests/conditional_processing/tests.py @@ -257,7 +257,7 @@ class ConditionalGet(SimpleTestCase): self.assertEqual(response_quoted["ETag"], response_unquoted["ETag"]) # It's possible that the matching algorithm could use the wrong value even - # if the ETag header is set correctly correctly (as tested by + # if the ETag header is set correctly (as tested by # test_unquoted()), so check that the unquoted value is matched. def test_unquoted_if_none_match(self): self.client.defaults["HTTP_IF_NONE_MATCH"] = ETAG -- cgit v1.3