feat: edx-enterprise 4.20.5

submit the create_enterprise_enrollment task with a configurable countdown
This commit is contained in:
Alex Dusenbery
2024-06-14 09:54:15 -04:00
committed by Alex Dusenbery
parent 0153086b61
commit cb6e69f64b
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
"""Tests for util.db module."""
import unittest
from io import StringIO
import ddt
@@ -120,6 +121,9 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip(
"Temporary skip for ENT-9003 while the career_engagement_network_message column is renamed."
)
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""