mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fixed the locale setting test
This commit is contained in:
@@ -7,5 +7,5 @@ class LocaleTest(TestCase):
|
||||
response = self.client.get('/control/login')
|
||||
assert response['Content-Language'] == 'en'
|
||||
self.client.get('/locale/set?locale=de')
|
||||
assert self.client.get('/')
|
||||
response = self.client.get('/control/login')
|
||||
assert response['Content-Language'] == 'de'
|
||||
|
||||
Reference in New Issue
Block a user