We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d707 commit b62413cCopy full SHA for b62413c
tests/routes/test_contact.py
@@ -73,7 +73,7 @@ def test_create_contact_raises_hubspot_contactexception(
73
mock_create_contact, mock_delete_contact, organization, client
74
):
75
mock_create_contact.side_effect = ContactException(
76
- "Email with this contact exists " "in Hubspot"
+ "Email with this contact exists in Hubspot"
77
)
78
mock_delete_contact.return_value = True
79
response = client.post(
0 commit comments