summaryrefslogtreecommitdiff
path: root/tests/conditional_processing
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conditional_processing')
-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 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