Revert change the fails tests (committed by mistake)

This commit is contained in:
Dave Syer
2017-06-19 11:28:50 +01:00
parent 8cdad73158
commit d67e69624a

View File

@@ -56,7 +56,7 @@ public class StubGeneratorTests {
.andDo(verify().jsonPath("$.clientId")
.jsonPath("$[?(@.loanAmount > 1000)]")
.contentType(MediaType.valueOf("application/vnd.fraud.v1+json"))
.stub("markClientAsFraud/{step}"));
.stub("markClientAsFraud"));
}
@Test