mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-13 06:43:08 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
42663947fa
commit
4728d810f1
@@ -274,7 +274,7 @@ def test_should_return_form_errors_when_service_name_is_empty(
|
||||
data={},
|
||||
_expected_status=200,
|
||||
)
|
||||
assert 'Can’t be empty' in page.text
|
||||
assert 'Cannot be empty' in page.text
|
||||
|
||||
|
||||
def test_should_return_form_errors_with_duplicate_service_name_regardless_of_case(
|
||||
|
||||
Reference in New Issue
Block a user