From 58e07c93f5aeb68e97cc2c81aa0a086f7c426c51 Mon Sep 17 00:00:00 2001 From: Lonre Wang Date: Fri, 20 Oct 2017 16:33:44 +0800 Subject: [PATCH] Typo fix --- src/docs/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index 183d156cf14e..0807782a4597 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -4541,7 +4541,7 @@ properties: mockMvc = standaloneSetup(new AccountController()) .defaultRequest(get("/") .contextPath("/app").servletPath("/main") - .accept(MediaType.APPLICATION_JSON).build(); + .accept(MediaType.APPLICATION_JSON)).build(); } ----