Skip to content

Commit e3f5a39

Browse files
fix: Redact SSO PII before deletion
1 parent 929fb79 commit e3f5a39

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openedx/core/djangoapps/user_api/accounts/tests/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
""" Unit tests for custom UserProfile properties. """
22

3-
43
import ddt
54
from completion import models
65
from completion.test_utils import CompletionWaffleTestMixin
@@ -12,7 +11,7 @@
1211

1312
from common.djangoapps.student.models import CourseEnrollment
1413
from common.djangoapps.student.tests.factories import UserFactory
15-
from openedx.core.djangoapps.user_api.accounts.signals import get_redacted_social_auth_uid, redact_social_auth_pii_before_deletion
14+
from openedx.core.djangoapps.user_api.accounts.signals import redact_social_auth_pii_before_deletion
1615
from openedx.core.djangoapps.user_api.accounts.utils import (
1716
redact_and_delete_social_auth,
1817
retrieve_last_sitewide_block_completed,

0 commit comments

Comments
 (0)