Bas Dijkstra
10/31/2023, 7:45 AM12345678
, we return a JSON body stored in a file 12345678.json
. That works when the file exists, but when it doesn't, WireMock returns an HTTP 500 because the response could not be served properly. I would like it to return a 404 instead.Oleg Nenashev
10/31/2023, 7:50 AMBas Dijkstra
10/31/2023, 8:47 AMOleg Nenashev
10/31/2023, 8:53 AMBas Dijkstra
10/31/2023, 8:53 AMOleg Nenashev
10/31/2023, 11:05 AM