drop precentage column from VemPipelineIntegration model

This commit is contained in:
DawoudSheraz
2020-08-07 13:09:48 +05:00
parent 2a7553c1a7
commit 1947f2105b
2 changed files with 17 additions and 3 deletions

View File

@@ -198,9 +198,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for https://openedx.atlassian.net/browse/PROD-1886 where a column is to be removed"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.