#438 Receiving verification mismatch while trying customised Content-type with Pact-net.
Issue created by nikhil4892
I am trying to perform customer test using Pact net and we are using "application/com.ab.c.orderbook+json" as "Content-Type". But I am getting verification mismatch. The content type I am defining the arrangement is taking only "application/json" and the contract is getting mismatched from the content type "application/com.ab.c.orderbook+json" set while mocking the api. Can't we pass customised content-type in Pact-net? Please suggest how to solve this issue!
pact-foundation/pact-net