Hi, wondering if anyone has any ideas for me to re...
# pact-net
s
Hi, wondering if anyone has any ideas for me to resolve this issue in my provider tests: stackoverflow.com/questions/76754047/pact-net-pact-verification-failed-with-404-response
y
that 404 is coming from your service. if you actually run your provider and make that request, what do you get
☝️ 1
curl localhost:7058/weather-forecast
I am assuming don’t have that route setup
it might be setup when you run your non test code, but your test code is starting a server and possibly isn’t connected correctly to your app
s
i get 200 with the expected data response
when i run my provider
the response is hard coded list of weather forecasts
thanks i’ll look into that