Merge branch 'master' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2017-06-19 18:56:59 +02:00
18 changed files with 78 additions and 349 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/{step}"));
.stub("markClientAsFraud"));
}
@Test