update indentation
This commit is contained in:
parent
b6ff723533
commit
0c055b7d31
|
@ -14,7 +14,8 @@ public class BookMocks {
|
|||
|
||||
public static void setupMockBooksResponse(WireMockServer mockService) throws IOException {
|
||||
mockService.stubFor(WireMock.get(WireMock.urlEqualTo("/books"))
|
||||
.willReturn(WireMock.aResponse()
|
||||
.willReturn(
|
||||
WireMock.aResponse()
|
||||
.withStatus(HttpStatus.OK.value())
|
||||
.withHeader("Content-Type", MediaType.APPLICATION_JSON_VALUE)
|
||||
.withBody(
|
||||
|
|
Loading…
Reference in New Issue