mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Include status when linking to notifications page
Without this argument the 'sending' filter doesn’t get highlighted by default.
This commit is contained in:
@@ -118,7 +118,7 @@ def test_notification_status_page_respects_redaction(
|
||||
@pytest.mark.parametrize('extra_args, expected_back_link', [
|
||||
(
|
||||
{},
|
||||
partial(url_for, 'main.view_notifications', message_type='sms'),
|
||||
partial(url_for, 'main.view_notifications', message_type='sms', status='sending,delivered,failed'),
|
||||
),
|
||||
(
|
||||
{'from_job': 'job_id'},
|
||||
|
||||
Reference in New Issue
Block a user