diff options
| author | Veres Lajos <vlajos@gmail.com> | 2014-11-03 22:48:03 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 20:59:30 -0500 |
| commit | a71a2ea756673cd3c7a2c5125fa7e7f334b05475 (patch) | |
| tree | 61cff2d319c13011d004d0f008fe1957fd773651 /tests/signed_cookies_tests/tests.py | |
| parent | 7b420367524ad9f29b8bf0284f4b40bd6cfc8b93 (diff) | |
Fixed typos using https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'tests/signed_cookies_tests/tests.py')
| -rw-r--r-- | tests/signed_cookies_tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/signed_cookies_tests/tests.py b/tests/signed_cookies_tests/tests.py index 2601d24219..ff8fe76bf6 100644 --- a/tests/signed_cookies_tests/tests.py +++ b/tests/signed_cookies_tests/tests.py @@ -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() |
