Commit b2bf3ce6 by Calen Pennington

fixup! Don't capture browser language into unauthenticated user session

parent 32491f3c
......@@ -14,6 +14,7 @@ from openedx.core.djangoapps.lang_pref import api as language_api
EN = language_api.Language('en', 'English')
ES_419 = language_api.Language('es-419', u'Español (Latinoamérica)')
@ddt.ddt
class LanguageApiTest(TestCase):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment