We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ab2bb commit 9c21dd9Copy full SHA for 9c21dd9
1 file changed
tests/conditional_processing/tests.py
@@ -257,7 +257,7 @@ def test_unquoted(self):
257
self.assertEqual(response_quoted["ETag"], response_unquoted["ETag"])
258
259
# It's possible that the matching algorithm could use the wrong value even
260
- # if the ETag header is set correctly correctly (as tested by
+ # if the ETag header is set correctly (as tested by
261
# test_unquoted()), so check that the unquoted value is matched.
262
def test_unquoted_if_none_match(self):
263
self.client.defaults["HTTP_IF_NONE_MATCH"] = ETAG
0 commit comments