mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Fixing test
This commit is contained in:
@@ -545,7 +545,7 @@ def test_user_with_only_send_and_view_redirected_to_set_sender_for_one_off(
|
|||||||
(
|
(
|
||||||
["manage_templates"],
|
["manage_templates"],
|
||||||
[
|
[
|
||||||
(".edit_service_template", "Edit"),
|
(".edit_service_template", "Edit this template"),
|
||||||
],
|
],
|
||||||
None,
|
None,
|
||||||
),
|
),
|
||||||
@@ -553,7 +553,7 @@ def test_user_with_only_send_and_view_redirected_to_set_sender_for_one_off(
|
|||||||
["send_messages", "manage_templates"],
|
["send_messages", "manage_templates"],
|
||||||
[
|
[
|
||||||
(".set_sender", "Use this template"),
|
(".set_sender", "Use this template"),
|
||||||
(".edit_service_template", "Edit"),
|
(".edit_service_template", "Edit this template"),
|
||||||
],
|
],
|
||||||
None,
|
None,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user