We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8cddd commit 1ab3f88Copy full SHA for 1ab3f88
src/docs/asciidoc/testing.adoc
@@ -4438,7 +4438,7 @@ in all responses as follows:
4438
----
4439
// static import of MockMvcBuilders.standaloneSetup
4440
4441
-MockMVc mockMvc = standaloneSetup(new MusicController())
+MockMvc mockMvc = standaloneSetup(new MusicController())
4442
.defaultRequest(get("/").accept(MediaType.APPLICATION_JSON))
4443
.alwaysExpect(status().isOk())
4444
.alwaysExpect(content().contentType("application/json;charset=UTF-8"))
0 commit comments