diff options
| author | jun <ryuu.public@gmail.com> | 2026-03-09 22:03:32 +0900 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-09 11:17:44 -0400 |
| commit | 9c21dd91a3bc5d4278adfff98c7a5225947cd049 (patch) | |
| tree | 61376576807aa47d1bd18a46c9a5f343df3c81fa /tests/conditional_processing | |
| parent | e8ab2bb83fc6d3c0f5d998d1a41ebaebacaa1a28 (diff) | |
Fixed a typo in tests/conditional_processing/tests.py.
Diffstat (limited to 'tests/conditional_processing')
| -rw-r--r-- | tests/conditional_processing/tests.py | 2 |
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 |
