Skip to content

Commit

Permalink
Update test_migrations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 23, 2024
1 parent 7766e66 commit d4d797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4d797b

Please sign in to comment.