diff options
Diffstat (limited to 'tests/requests')
| -rw-r--r-- | tests/requests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requests/tests.py b/tests/requests/tests.py index a3eb9632a3..bc99818797 100644 --- a/tests/requests/tests.py +++ b/tests/requests/tests.py @@ -235,7 +235,7 @@ class RequestsTests(SimpleTestCase): self.assertEqual(response.cookies['c']['expires'], '') def test_far_expiration(self): - "Cookie will expire when an distant expiration time is provided" + "Cookie will expire when a distant expiration time is provided" response = HttpResponse() response.set_cookie('datetime', expires=datetime(2028, 1, 1, 4, 5, 6)) datetime_cookie = response.cookies['datetime'] |
