Skip to content

Commit fab938d

Browse files
surajitsurajit
authored andcommitted
minor formatting fix
1 parent c612502 commit fab938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/test_hubspot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_create_contact(
6161
@mock.patch("hubspot_api.utils.api_client")
6262
def test_create_contact_raises_contact_exception(mock_api_client):
6363
mock_api_client.crm.contacts.basic_api.create.side_effect = ContactException(
64-
"Contact Already " "exists"
64+
"Contact Already exists"
6565
)
6666

6767
with pytest.raises(ContactException) as exc:

0 commit comments

Comments
 (0)