2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Provide mocked URL to dummy print requst (#9307)

* Provide mocked URL to dummy print requst

- FIxes bug which prevented background printing with DEBUG=False

* Disable debug for postgres testing
This commit is contained in:
Oliver
2025-03-16 00:53:19 +11:00
committed by GitHub
parent 3ac126102a
commit e1ac1c77c0
2 changed files with 9 additions and 3 deletions

View File

@ -454,7 +454,7 @@ jobs:
INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: "127.0.0.1"
INVENTREE_DB_PORT: 5432
INVENTREE_DEBUG: true
INVENTREE_DEBUG: False
INVENTREE_LOG_LEVEL: WARNING
INVENTREE_PLUGINS_ENABLED: false