Browse Source

Merge pull request #1640 from making:patch-2

* pr/1640:
  Fix source code in doc
pull/1609/merge
Stephane Nicoll 7 years ago
parent
commit
f72318a0ae
  1. 2
      src/docs/asciidoc/testing-webtestclient.adoc

2
src/docs/asciidoc/testing-webtestclient.adoc

@ -223,7 +223,7 @@ Or if you want to assert there is no response content, use this: @@ -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();
----

Loading…
Cancel
Save