mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-22 00:49:23 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
4728d810f1
commit
1e03a2668b
@@ -80,7 +80,7 @@ def test_invite_org_user_errors_when_same_email_as_inviter(
|
||||
)
|
||||
|
||||
assert mock_invite_org_user.called is False
|
||||
assert normalize_spaces(page.select_one('.error-message').text) == 'You can’t send an invitation to yourself'
|
||||
assert normalize_spaces(page.select_one('.error-message').text) == 'You cannot send an invitation to yourself'
|
||||
|
||||
|
||||
def test_accepted_invite_when_other_user_already_logged_in(
|
||||
|
||||
Reference in New Issue
Block a user