mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Remove folders feature flag
Every service has this feature now[1] so we don’t need to check whether or not it’s switched on any more. 1. https://github.com/alphagov/notifications-api/pull/2286
This commit is contained in:
@@ -56,11 +56,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 template', 'Text message template', 'Letter template', 'Copy of an existing template', 'Folder']
|
||||
),
|
||||
(
|
||||
['email', 'sms'],
|
||||
['Email template', 'Text message template', 'Copy of an existing template']
|
||||
['Email template', 'Text message template', 'Copy of an existing template', 'Folder']
|
||||
),
|
||||
])
|
||||
def test_given_option_to_add_letters_if_allowed(
|
||||
|
||||
Reference in New Issue
Block a user