Files
notifications-api/pytest.ini
Rebecca Law 16fd12be6a If a job was created 7 days ago but scheduled to send 2 days later, the csv file will be deleted from S3 two days early.
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.
2019-08-07 16:54:04 +01:00

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