diff --git a/src/articles/tests/test_migrations.py b/src/articles/tests/test_migrations.py index cc646c8..7b31334 100644 --- a/src/articles/tests/test_migrations.py +++ b/src/articles/tests/test_migrations.py @@ -4,4 +4,4 @@ from django.core.management import call_command @pytest.mark.django_db() def test_missing_migrations() -> None: - call_command("makemigrations", "--check") + call_command("makemigrations", "--check", "--dry-run")