diff --git a/openedx/core/djangoapps/user_api/accounts/tests/test_retirement_views.py b/openedx/core/djangoapps/user_api/accounts/tests/test_retirement_views.py index c1ee73a970..135da7994b 100644 --- a/openedx/core/djangoapps/user_api/accounts/tests/test_retirement_views.py +++ b/openedx/core/djangoapps/user_api/accounts/tests/test_retirement_views.py @@ -1332,7 +1332,6 @@ class TestAccountRetirementPost(RetirementTestCase): self.sapsf_audit = SapSuccessFactorsLearnerDataTransmissionAudit.objects.create( sapsf_user_id=self.test_user.id, enterprise_course_enrollment_id=self.enterprise_enrollment.id, - completed_timestamp=1, ) self.consent = DataSharingConsent.objects.create( username=self.test_user.username, diff --git a/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py b/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py index c988d72e82..2008ce8652 100644 --- a/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py +++ b/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py @@ -137,7 +137,6 @@ class Command(BaseCommand): ) SapSuccessFactorsLearnerDataTransmissionAudit.objects.get_or_create( enterprise_course_enrollment_id=audit.id, - completed_timestamp=10 ) # PendingEnterpriseCustomerUser diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 813e8b43ab..dee1a6e235 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -25,7 +25,7 @@ django-storages<1.9 # The team that owns this package will manually bump this package rather than having it pulled in automatically. # This is to allow them to better control its deployment and to do it in a process that works better # for them. -edx-enterprise==3.59.0 +edx-enterprise==3.59.1 # oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed ) oauthlib==3.0.1 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 05c78387f8..450408ada2 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -477,7 +477,7 @@ edx-drf-extensions==8.3.1 # edx-when # edxval # learner-pathway-progress -edx-enterprise==3.59.0 +edx-enterprise==3.59.1 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/base.in diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 561a1f2b43..957932d611 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -597,7 +597,7 @@ edx-drf-extensions==8.3.1 # edx-when # edxval # learner-pathway-progress -edx-enterprise==3.59.0 +edx-enterprise==3.59.1 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/testing.txt diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 08bab48c5f..f0aead11b0 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -577,7 +577,7 @@ edx-drf-extensions==8.3.1 # edx-when # edxval # learner-pathway-progress -edx-enterprise==3.59.0 +edx-enterprise==3.59.1 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/base.txt