mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
you can still use this flag locally but we have it enabled for all environments and it doesn't need to be toggleable from credentials as it isn't a secret value. If we wish to turn redis off for a specific environment we can create a PR to change the config.
11 lines
225 B
INI
11 lines
225 B
INI
[pytest]
|
|
testpaths = tests
|
|
env =
|
|
NOTIFY_ENVIRONMENT=test
|
|
MMG_API_KEY=mmg-secret-key
|
|
FIRETEXT_API_KEY=Firetext
|
|
NOTIFICATION_QUEUE_PREFIX=testing
|
|
REDIS_ENABLED=0
|
|
addopts = -p no:warnings
|
|
xfail_strict = true
|