Some minor changes based on feedback
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class TestController {
|
||||
if (!Arrays.equals(this.request, requestBody)) {
|
||||
throw IllegalStateException("Invalid request body");
|
||||
}
|
||||
return this.response;
|
||||
return response;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user