mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
@@ -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();
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user