mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixer
Backport of a71a2ea756 from master
This commit is contained in:
@@ -37,7 +37,7 @@ class SignedCookieTest(TestCase):
|
||||
self.assertRaises(signing.BadSignature,
|
||||
request.get_signed_cookie, 'c')
|
||||
|
||||
def test_default_argument_supresses_exceptions(self):
|
||||
def test_default_argument_suppresses_exceptions(self):
|
||||
response = HttpResponse()
|
||||
response.set_signed_cookie('c', 'hello')
|
||||
request = HttpRequest()
|
||||
|
||||
Reference in New Issue
Block a user