mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:53:11 -04:00
Replace doesn't with does not
This commit is contained in:
committed by
Chris Hill-Scott
parent
535fb0e024
commit
8539d6fc66
@@ -24,13 +24,13 @@ from tests.conftest import (
|
|||||||
(None, 'delivered', 'Delivered'),
|
(None, 'delivered', 'Delivered'),
|
||||||
(None, 'failed', 'Failed'),
|
(None, 'failed', 'Failed'),
|
||||||
(None, 'temporary-failure', 'Phone not accepting messages right now'),
|
(None, 'temporary-failure', 'Phone not accepting messages right now'),
|
||||||
(None, 'permanent-failure', 'Phone number doesn’t exist'),
|
(None, 'permanent-failure', 'Phone number does not exist'),
|
||||||
(None, 'technical-failure', 'Technical failure'),
|
(None, 'technical-failure', 'Technical failure'),
|
||||||
('team', 'delivered', 'Delivered'),
|
('team', 'delivered', 'Delivered'),
|
||||||
('live', 'delivered', 'Delivered'),
|
('live', 'delivered', 'Delivered'),
|
||||||
('test', 'sending', 'Sending (test)'),
|
('test', 'sending', 'Sending (test)'),
|
||||||
('test', 'delivered', 'Delivered (test)'),
|
('test', 'delivered', 'Delivered (test)'),
|
||||||
('test', 'permanent-failure', 'Phone number doesn’t exist (test)'),
|
('test', 'permanent-failure', 'Phone number does not exist (test)'),
|
||||||
])
|
])
|
||||||
@pytest.mark.parametrize('user', [
|
@pytest.mark.parametrize('user', [
|
||||||
active_user_with_permissions,
|
active_user_with_permissions,
|
||||||
|
|||||||
Reference in New Issue
Block a user