Skip to content

Commit

Permalink
Add log test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Oct 29, 2024
1 parent 9430243 commit 19abb15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ def test_create_lead_form_error(
# Then
assert response == {"error": "Problem processing."}
assert inspecting_handler.messages == [
"Creating Hubspot lead form for user staff@example.com with hubspot cookie test_hubspot_cookie",
"Problem posting data to Hubspot's form API due to 400 status code and following response: "
+ '{"error": "Problem processing."}'
+ '{"error": "Problem processing."}',
]


Expand Down

0 comments on commit 19abb15

Please sign in to comment.