Add migration to remove values from SiteConfiguration and unskip migration test.
This commit is contained in:
@@ -223,8 +223,7 @@ class MigrationTests(TestCase):
|
||||
"""
|
||||
|
||||
@unittest.skip(
|
||||
"Need to skip as part of renaming a field in schedules app. This will be unskipped in DE-1825. ALSO need to "
|
||||
"skip as part of renaming a field in the site_configuration app. This will be unskipped in DENG-18."
|
||||
"Need to skip as part of renaming a field in schedules app. This will be unskipped in DE-1825."
|
||||
)
|
||||
@override_settings(MIGRATION_MODULES={})
|
||||
def test_migrations_are_in_sync(self):
|
||||
|
||||
Reference in New Issue
Block a user