Merge branch 'master' into 2.0.x

This commit is contained in:
Dave Syer
2017-06-16 14:49:57 +01:00
3 changed files with 48 additions and 13 deletions

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"));
.stub("markClientAsFraud/{step}"));
}
@Test