mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Fix missing ‘complete’ tag in go live request
This tag was not showing up in the call to the Zendesk API because the return value of a generator is not included as a member of that generator (on things `yield`ed from it are).
This commit is contained in:
@@ -818,6 +818,7 @@ def test_should_redirect_after_request_to_go_live(
|
||||
True,
|
||||
[
|
||||
'notify_request_to_go_live',
|
||||
'notify_request_to_go_live_complete',
|
||||
],
|
||||
),
|
||||
( # Needs to set reply to address
|
||||
@@ -849,6 +850,7 @@ def test_should_redirect_after_request_to_go_live(
|
||||
True,
|
||||
[
|
||||
'notify_request_to_go_live',
|
||||
'notify_request_to_go_live_complete',
|
||||
],
|
||||
),
|
||||
( # Needs to change SMS sender
|
||||
|
||||
Reference in New Issue
Block a user