Some minor changes based on feedback

This commit is contained in:
Tim Ysewyn
2019-08-13 15:01:38 +02:00
parent 9f2a96d8d6
commit ed83b824bb
15 changed files with 57 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
== Prerequisites
First you have to publish to Maven Local the stubs of the *http-server* module
First, you have to publish to Maven Local the stubs of the *http-server* module.
== How to run it?

View File

@@ -52,7 +52,7 @@ class TestController {
if (!Arrays.equals(this.request, requestBody)) {
throw IllegalStateException("Invalid request body");
}
return this.response;
return response;
}
}