Skip to content

Commit

Permalink
Fix Upstream Testing
Browse files Browse the repository at this point in the history
By removing the config option for makemigrations.
  • Loading branch information
smk4664 committed Oct 17, 2024
1 parent 55fb938 commit 7980a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def yamllint(context):
@task
def check_migrations(context):
"""Check for missing migrations."""
command = "nautobot-server --config=nautobot/core/tests/nautobot_config.py makemigrations --dry-run --check"
command = "nautobot-server makemigrations --dry-run --check"

run_command(context, command)

Expand Down

0 comments on commit 7980a2d

Please sign in to comment.