Skip to content

Commit b8c6734

Browse files
lonresnicoll
authored andcommitted
Fix typo
Closes gh-1569
1 parent 991eb48 commit b8c6734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4533,7 +4533,7 @@ properties:
45334533
mockMvc = standaloneSetup(new AccountController())
45344534
.defaultRequest(get("/")
45354535
.contextPath("/app").servletPath("/main")
4536-
.accept(MediaType.APPLICATION_JSON).build();
4536+
.accept(MediaType.APPLICATION_JSON)).build();
45374537
}
45384538
----
45394539

0 commit comments

Comments
 (0)