diff --git a/cms/djangoapps/contentstore/tests/test_i18n.py b/cms/djangoapps/contentstore/tests/test_i18n.py index 2a2880a8e3..612b39c76f 100644 --- a/cms/djangoapps/contentstore/tests/test_i18n.py +++ b/cms/djangoapps/contentstore/tests/test_i18n.py @@ -66,7 +66,7 @@ class TestModuleI18nService(ModuleStoreTestCase): self.descriptor, self.field_data, ) - self.addCleanup(translation.activate, settings.LANGUAGE_CODE) + self.addCleanup(translation.deactivate) def get_module_i18n_service(self, descriptor): """