This repository was archived by the owner on Sep 22, 2022. It is now read-only.
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
stubs to return 404s always error used to work #31
Open
Description
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
Activity