Merge pull request #16196 from edx/douglashall/update_enterprise_0_51_2
Updating edx-enterprise to 0.51.3.
This commit is contained in:
@@ -236,7 +236,4 @@ class MigrationTests(TestCase):
|
||||
out = StringIO()
|
||||
call_command('makemigrations', dry_run=True, verbosity=3, stdout=out)
|
||||
output = out.getvalue()
|
||||
# Temporary for `edx-enterprise` version bumps with migrations.
|
||||
# Please delete when `edx-enterprise==0.48.3`.
|
||||
if 'Remove field' not in output and 'Delete model' not in output:
|
||||
self.assertIn('No changes detected', output)
|
||||
self.assertIn('No changes detected', output)
|
||||
|
||||
Reference in New Issue
Block a user