diff --git a/spring-restdocs-webtestclient/src/test/java/org/springframework/restdocs/webtestclient/WebTestClientRestDocumentationIntegrationTests.java b/spring-restdocs-webtestclient/src/test/java/org/springframework/restdocs/webtestclient/WebTestClientRestDocumentationIntegrationTests.java index a4ed3b79..29c94c65 100644 --- a/spring-restdocs-webtestclient/src/test/java/org/springframework/restdocs/webtestclient/WebTestClientRestDocumentationIntegrationTests.java +++ b/spring-restdocs-webtestclient/src/test/java/org/springframework/restdocs/webtestclient/WebTestClientRestDocumentationIntegrationTests.java @@ -121,7 +121,7 @@ public class WebTestClientRestDocumentationIntegrationTests { new File("build/generated-snippets/path-parameters/path-parameters.adoc"), is(snippet(asciidoctor()).withContents( tableWithTitleAndHeader(TemplateFormats.asciidoctor(), - "/{foo}/{bar}", "Parameter", "Description") + "+/{foo}/{bar}+", "Parameter", "Description") .row("`foo`", "Foo description") .row("`bar`", "Bar description")))); }