Fix source code in doc
Closes gh-1640
This commit is contained in:
committed by
Stephane Nicoll
parent
9c7de232b8
commit
50b46c9e35
@@ -223,7 +223,7 @@ Or if you want to assert there is no response content, use this:
|
||||
.body(personMono, Person.class)
|
||||
.exchange()
|
||||
.expectStatus().isCreated()
|
||||
.expectBody().isEmpty;
|
||||
.expectBody().isEmpty();
|
||||
----
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user