Skip to content

Commit

Permalink
fix: accidental chage of startup script for unittests (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Nov 5, 2024
1 parent 9b80795 commit 57327dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend/unittests/django/start
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -o nounset

python manage.py migrate

coverage run --branch /app/manage.py test unittests.access_control.api.test_authorization_authorization_groups
coverage run --branch /app/manage.py test unittests
coverage report --skip-empty --show-missing

0 comments on commit 57327dd

Please sign in to comment.