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 c612502 commit fab938dCopy full SHA for fab938d
tests/integrations/test_hubspot.py
@@ -61,7 +61,7 @@ def test_create_contact(
61
@mock.patch("hubspot_api.utils.api_client")
62
def test_create_contact_raises_contact_exception(mock_api_client):
63
mock_api_client.crm.contacts.basic_api.create.side_effect = ContactException(
64
- "Contact Already " "exists"
+ "Contact Already exists"
65
)
66
67
with pytest.raises(ContactException) as exc:
0 commit comments