mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
we're seeing issues with email clients sniffing links, and causing them to expire before the user gets a chance to click on them. Temporarily disable the expiry while we work on a more permanent solution. The link will still expire after half an hour, and sms codes aren't affected by this change
10 lines
208 B
INI
10 lines
208 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
|
|
xfail_strict = true
|