Fixed default ALLOWED_HOSTS; enable debug in test.
All checks were successful
Urania unit tests / Run-unit-tests (push) Successful in 17s

This commit is contained in:
2025-10-17 13:30:13 +02:00
parent 23726be79a
commit b1057ff76a
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ jobs:
- name: Run unit tests
env:
DJANGO_SECRET_KEY: 'u92=rjf!))-h!1l9z%4i2xwk^t6%l+$z!$a%1_5zba4_9=ypj1'
DJANGO_DEBUG: True
working-directory: src
run:
python3 manage.py test