mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed typos in test names.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ed3c59097a
commit
08a4ee0651
@@ -157,7 +157,7 @@ class SetLanguageTests(TestCase):
|
||||
self.assertEqual(response.url, '/')
|
||||
self.assertEqual(self.client.cookies[settings.LANGUAGE_COOKIE_NAME].value, lang_code)
|
||||
|
||||
def test_session_langauge_deprecation(self):
|
||||
def test_session_language_deprecation(self):
|
||||
msg = (
|
||||
'The user language will no longer be stored in request.session '
|
||||
'in Django 4.0. Read it from '
|
||||
|
||||
Reference in New Issue
Block a user