File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
3-0-spring-framework/3-2-1-account-rest-api/src/test/java/com/bobocode Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ void accountRestControllerAnnotation() {
5353
5454 @ Test
5555 @ Order (2 )
56- @ DisplayName ("AccountRestController is annotated and mapped with @RequestMapping" )
56+ @ DisplayName ("AccountRestController is specified in @RequestMapping" )
5757 void accountRestControllerRequestMapping () {
5858 RequestMapping requestMapping = AccountRestController .class .getAnnotation (RequestMapping .class );
5959
@@ -110,7 +110,7 @@ void getById() throws Exception {
110110
111111 @ Test
112112 @ Order (7 )
113- @ DisplayName ("Creating account returns corresponding HTTP status" )
113+ @ DisplayName ("Creating account returns corresponding HTTP status - 201 " )
114114 void httpStatusCodeOnCreate () throws Exception {
115115 mockMvc .perform (
116116 post ("/accounts" )
You can’t perform that action at this time.
0 commit comments