You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
It throws a huge exception stack in the container logs but still return 404 ( I think ) as that is the default this part of the code has a generic handler. Havent tried it with 400.
Describe the bug
Whe i setup a return { status = 404, jsonBody = "" } it always gives a http error no matter for what i do
grpcmock_1 | io.adven.grpc.wiremock.BadHttpResponseException:
grpcmock_1 | at io.adven.grpc.wiremock.HttpMock$Response.getMessage(HttpMock.java:113) ~[main/:na]
grpcmock_1 | at io.adven.grpc.wiremock.Translator$WireMockTranslator.redirect(Translator.java:49) ~[main/:na]
Expected behavior
404s return bodies should not conform to the grpc call
The text was updated successfully, but these errors were encountered: