Closes gh-1569
This commit is contained in:
Lonre Wang 2017-10-20 16:33:44 +08:00 committed by Stephane Nicoll
parent 991eb4858e
commit b8c6734580
1 changed files with 1 additions and 1 deletions

View File

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