mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 02:13:12 -04:00
Fix tests
This commit is contained in:
@@ -55,11 +55,11 @@ def test_letters_lets_in_without_permission(
|
||||
@pytest.mark.parametrize('permissions, choices', [
|
||||
(
|
||||
['email', 'sms', 'letter'],
|
||||
['Email template', 'Text message template', 'Letter template', 'Copy of an existing template']
|
||||
['Email', 'Text message', 'Letter', 'Copy an existing template']
|
||||
),
|
||||
(
|
||||
['email', 'sms'],
|
||||
['Email template', 'Text message template', 'Copy of an existing template']
|
||||
['Email', 'Text message', 'Copy an existing template']
|
||||
),
|
||||
])
|
||||
def test_given_option_to_add_letters_if_allowed(
|
||||
|
||||
Reference in New Issue
Block a user