Skip to content

Commit 9c21dd9

Browse files
xxxxxxjunjacobtylerwalls
authored andcommitted
Fixed a typo in tests/conditional_processing/tests.py.
1 parent e8ab2bb commit 9c21dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conditional_processing/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_unquoted(self):
257257
self.assertEqual(response_quoted["ETag"], response_unquoted["ETag"])
258258

259259
# 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
260+
# if the ETag header is set correctly (as tested by
261261
# test_unquoted()), so check that the unquoted value is matched.
262262
def test_unquoted_if_none_match(self):
263263
self.client.defaults["HTTP_IF_NONE_MATCH"] = ETAG

0 commit comments

Comments
 (0)