mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 16:54:03 -04:00
Relabel checklist step to ‘accept’
There’s no signature involved any more.
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
{% if show_agreement %}
|
{% if show_agreement %}
|
||||||
{{ task_list_item(
|
{{ task_list_item(
|
||||||
agreement_signed,
|
agreement_signed,
|
||||||
'Sign our data sharing and financial agreement',
|
'Accept our data sharing and financial agreement',
|
||||||
url_for('main.service_agreement', service_id=current_service.id),
|
url_for('main.service_agreement', service_id=current_service.id),
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -1007,11 +1007,11 @@ def test_should_check_for_sms_sender_on_go_live(
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
True,
|
True,
|
||||||
'Sign our data sharing and financial agreement Completed',
|
'Accept our data sharing and financial agreement Completed',
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
False,
|
False,
|
||||||
'Sign our data sharing and financial agreement Not completed',
|
'Accept our data sharing and financial agreement Not completed',
|
||||||
),
|
),
|
||||||
))
|
))
|
||||||
def test_should_check_for_mou_on_request_to_go_live(
|
def test_should_check_for_mou_on_request_to_go_live(
|
||||||
|
|||||||
Reference in New Issue
Block a user