Browse Source

Merge pull request #1569 from lonre:patch-1

* pr/1569:
  Fix typo
pull/1664/merge
Stephane Nicoll 8 years ago
parent
commit
8222698eb2
  1. 2
      src/docs/asciidoc/testing.adoc

2
src/docs/asciidoc/testing.adoc

@ -4533,7 +4533,7 @@ properties:
mockMvc = standaloneSetup(new AccountController()) mockMvc = standaloneSetup(new AccountController())
.defaultRequest(get("/") .defaultRequest(get("/")
.contextPath("/app").servletPath("/main") .contextPath("/app").servletPath("/main")
.accept(MediaType.APPLICATION_JSON).build(); .accept(MediaType.APPLICATION_JSON)).build();
} }
---- ----

Loading…
Cancel
Save