Oliver Otzen
12/19/2024, 11:44 AMstubFor(get(urlPathMatching(requestPath))
.withQueryParam("deleted", equalTo("false"))
.willReturn(okJson(machineResponseBody())));
But the result is: Caused by: org.springframework.web.reactive.function.UnsupportedMediaTypeException: Content type 'text/plain;charset=UTF-8'
Seems wiremock is responding with PLAIN_TEXT instead of APPLICATION_JSON.Oliver Otzen
12/19/2024, 12:09 PMOliver Otzen
12/19/2024, 12:10 PMOliver Otzen
12/19/2024, 12:13 PMOliver Otzen
12/19/2024, 12:13 PM