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:
Chris Hill-Scott
2018-09-24 17:47:56 +01:00
parent 8e48b17a6e
commit 21d29a3090
2 changed files with 5 additions and 4 deletions

View File

@@ -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