Add migration to remove values from SiteConfiguration and unskip migration test.

This commit is contained in:
Julia Eskew
2020-01-07 16:30:06 -05:00
committed by Troy Sankey
parent 72f6a3c2a9
commit 4444ffbf1a
2 changed files with 23 additions and 2 deletions

View File

@@ -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):