mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed a regression introduced in 9f7a01ef2b.
This commit is contained in:
parent
f3b3c569e7
commit
da85c8cf32
1 changed files with 2 additions and 1 deletions
|
|
@ -217,5 +217,6 @@ class JavascriptI18nTests(LiveServerTestCase):
|
|||
def test_escaping(self):
|
||||
extended_apps = list(settings.INSTALLED_APPS) + ['view_tests']
|
||||
with self.settings(INSTALLED_APPS=extended_apps):
|
||||
response = self.client.get('%s%s' % (self.live_server_url, '/jsi18n_admin/'))
|
||||
# Force a language via GET otherwise the gettext functions are a noop!
|
||||
response = self.client.get('/jsi18n_admin/?language=de')
|
||||
self.assertContains(response, '\\x04')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue