diff --git a/common/djangoapps/third_party_auth/tests/test_change_enrollment.py b/common/djangoapps/third_party_auth/tests/test_change_enrollment.py index c067b93b4e5676f52726e55428fc4c52ccd3713a..b94418f6d59ef869ef486eee6a7f80a430193563 100644 --- a/common/djangoapps/third_party_auth/tests/test_change_enrollment.py +++ b/common/djangoapps/third_party_auth/tests/test_change_enrollment.py @@ -19,7 +19,7 @@ from student.models import CourseEnrollment from xmodule.modulestore.tests.django_utils import ( ModuleStoreTestCase, mixed_store_config ) -from user_api.models import UserOrgTag +from openedx.core.djangoapps.user_api.models import UserOrgTag MODULESTORE_CONFIG = mixed_store_config(settings.COMMON_TEST_DATA_ROOT, {}, include_xml=False)