Piotr Marcinkowski

Results 1 issues of Piotr Marcinkowski

For given stub definition ``` stubFor(get("/image") .willReturn(aResponse() .withBodyFile("samples/logo.png") .withHeader("Content-Type", "image/png"))) ``` The image isn't returned properly

bug
help wanted