diff --git a/tests/test_migrations.py b/tests/test_migrations.py index 29c4a94..95a7e91 100644 --- a/tests/test_migrations.py +++ b/tests/test_migrations.py @@ -19,7 +19,7 @@ def test_for_missing_migrations(self): } try: - call_command('makemigrations', **options) + call_command('makemigrations', 'djangocms_video', **options) except SystemExit as e: status_code = str(e) else: