mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
For example if a file is uploaded on Aug 1, but scheduled for Aug 3, the csv file will be deleted 2 days before the notifications. This will cause an error for on the jobs pages if the download report link is clicked.
10 lines
224 B
INI
10 lines
224 B
INI
[pytest]
|
|
testpaths = tests
|
|
env =
|
|
NOTIFY_ENVIRONMENT=test
|
|
MMG_API_KEY=mmg-secret-key
|
|
LOADTESTING_API_KEY=loadtesting
|
|
FIRETEXT_API_KEY=Firetext
|
|
NOTIFICATION_QUEUE_PREFIX=testing
|
|
addopts = -v -p no:warnings
|