Skip to content

Commit 8222698

Browse files
committed
Merge pull request #1569 from lonre:patch-1
* pr/1569: Fix typo
2 parents 991eb48 + b8c6734 commit 8222698

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)