diff --git a/lib/http_ex/backend/mock.ex b/lib/http_ex/backend/mock.ex index 1e57387..5f9699a 100644 --- a/lib/http_ex/backend/mock.ex +++ b/lib/http_ex/backend/mock.ex @@ -337,9 +337,11 @@ defmodule HTTPEx.Backend.Mock do left: left, right: right, message: """ - The HTTP request that was made, didn't match an expectation + The HTTP request that was made, didn't match an expectation for the following request: #{Shared.attr("Field mismatch")} #{Shared.value(field)} + + #{Request.summary(request)} """ {:error, error} ->