|
@@ -197,7 +197,7 @@ class TestStandard(object):
|
197
|
197
|
logger.debug(self, 'Load extra fixtures... -> done')
|
198
|
198
|
|
199
|
199
|
self.app.get('/_test_vars') # Allow to create fake context
|
200
|
|
- tg.i18n.set_lang('en') # Set a default lang
|
|
200
|
+ tg.i18n.set_lang(['en', ]) # Set a default lang
|
201
|
201
|
|
202
|
202
|
def tearDown(self):
|
203
|
203
|
transaction.commit()
|