Skip to content

Commit 096e52e

Browse files
Merge remote-tracking branch 'origin/simplify-jsonschema-example' into simplify-jsonschema-example
2 parents a9eb2e2 + 50a5193 commit 096e52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distribution/src/test/java/com/predic8/membrane/examples/withoutinternet/validation/JSONSchemaValidationExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void port2001() throws Exception {
7171
.body(readFileFromBaseDir("bad2001.json"))
7272
.when()
7373
.post("http://localhost:2001")
74-
.then()
74+
.then()
7575
.statusCode(400)
7676
.contentType(APPLICATION_PROBLEM_JSON)
7777
.body("title", equalTo("JSON validation failed"))

0 commit comments

Comments
 (0)