:wave: Hi, I'm seeing this on a passing test. ```p...
# pact-js
b
👋 Hi, I'm seeing this on a passing test.
Copy code
pact-node@10.17.2: Pact Binary Error: WARN: No content type found, performing text diff on body
Any ideas? After a google search I wasn't able to work out how to remove this error from the output of the test run.
m
You should explicitly set the
content-type
header
(on the request/response, whichever is not being set on)
b
Thanks!