Skip to content

Commit 03fce31

Browse files
fix: redact pending primary email before retirement deletion
1 parent d168dc4 commit 03fce31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/djangoapps/student/tests/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
from common.djangoapps.third_party_auth.views import inactive_user_view
3333
from common.djangoapps.util.testing import EventTestMixin
3434
from openedx.core.djangoapps.ace_common.tests.mixins import EmailTemplateTagMixin
35-
from openedx.core.djangoapps.user_api.accounts.tests.test_utils import assert_update_before_delete
3635
from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers
36+
from openedx.core.djangoapps.user_api.accounts.tests.test_utils import assert_update_before_delete
3737
from openedx.core.djangolib.testing.utils import CacheIsolationMixin, CacheIsolationTestCase, skip_unless_lms
3838
from xmodule.modulestore.django import modulestore # pylint: disable=wrong-import-order
3939
from xmodule.modulestore.tests.django_utils import (

0 commit comments

Comments
 (0)