mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Fixed test - I had deliberately failed the test as part of debugging and not fixed the assert. Doh.
This commit is contained in:
@@ -780,7 +780,7 @@ def test_timeout_job_sets_all_non_delivered_emails_to_error_and_doesnt_affect_sm
|
||||
assert sms_stats[0].emails_delivered == 0
|
||||
assert sms_stats[0].sms_delivered == 0
|
||||
assert sms_stats[0].sms_failed == 1
|
||||
assert sms_stats[0].emails_failed == 100
|
||||
assert sms_stats[0].emails_failed == 0
|
||||
|
||||
|
||||
# this test is as above, but for SMS not email
|
||||
|
||||
Reference in New Issue
Block a user