mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Fix typo
This commit is contained in:
parent
484a53ff8e
commit
a500e8cf54
@ -36,7 +36,7 @@ def _is_true(x):
|
|||||||
|
|
||||||
|
|
||||||
# Determine if we are running in "test" mode e.g. "manage.py test"
|
# Determine if we are running in "test" mode e.g. "manage.py test"
|
||||||
TESTING = 'test' in sys.
|
TESTING = 'test' in sys.argv
|
||||||
# Are enviroment variables manipulated by tests? Needs to be set by testing code
|
# Are enviroment variables manipulated by tests? Needs to be set by testing code
|
||||||
TESTING_ENV = False
|
TESTING_ENV = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user