Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes gh-1569
  • Loading branch information
lonre authored and snicoll committed Feb 9, 2018
1 parent 991eb48 commit b8c6734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
----

Expand Down

0 comments on commit b8c6734

Please sign in to comment.