mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-01 04:37:03 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
1a603c8d48
commit
0835d1679a
@@ -706,7 +706,7 @@ def test_platform_admin_submit_empty_returned_letters(mocker, platform_admin_cli
|
||||
assert not mock_client.called
|
||||
|
||||
assert response.status_code == 200
|
||||
assert "Can’t be empty" in response.get_data(as_text=True)
|
||||
assert "Cannot be empty" in response.get_data(as_text=True)
|
||||
|
||||
|
||||
def test_service_letter_validation_preview_renders_correctly(
|
||||
|
||||
Reference in New Issue
Block a user