diff --git a/tests/test_migrations.py b/tests/test_migrations.py index fe27c860..fe371b7b 100644 --- a/tests/test_migrations.py +++ b/tests/test_migrations.py @@ -18,7 +18,7 @@ def test_for_missing_migrations(self): } try: - call_command("makemigrations", **options) + call_command("makemigrations", "djangocms_snippet", **options) except SystemExit as e: status_code = str(e) else: