Skip to content

Commit b62413c

Browse files
surajitsurajit
authored andcommitted
typo fix in tests
1 parent 7a9d707 commit b62413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/routes/test_contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_create_contact_raises_hubspot_contactexception(
7373
mock_create_contact, mock_delete_contact, organization, client
7474
):
7575
mock_create_contact.side_effect = ContactException(
76-
"Email with this contact exists " "in Hubspot"
76+
"Email with this contact exists in Hubspot"
7777
)
7878
mock_delete_contact.return_value = True
7979
response = client.post(

0 commit comments

Comments
 (0)