mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 16:31:15 -05:00
we don't use it since we wrote our own provider stubs for performance tests. this removes it from the api - it's still in the DB and will be retrieved by queries, but is set to disabled on prod
9 lines
188 B
INI
9 lines
188 B
INI
[pytest]
|
|
testpaths = tests
|
|
env =
|
|
NOTIFY_ENVIRONMENT=test
|
|
MMG_API_KEY=mmg-secret-key
|
|
FIRETEXT_API_KEY=Firetext
|
|
NOTIFICATION_QUEUE_PREFIX=testing
|
|
addopts = -v -p no:warnings
|