File tree Expand file tree Collapse file tree
srv/src/test/java/my/bookshop Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 <!-- DEPENDENCIES VERSION -->
1818 <jdk .version>1.8</jdk .version>
19- <cds .services.version>1.30.2 </cds .services.version>
19+ <cds .services.version>1.31.0 </cds .services.version>
2020 <spring .boot.version>2.7.8</spring .boot.version>
2121 <cloud .sdk.version>4.5.0</cloud .sdk.version>
22- <xsuaa .version>2.13.4 </xsuaa .version>
22+ <xsuaa .version>2.13.5 </xsuaa .version>
2323 <cf-java-logging-support .version>3.6.3</cf-java-logging-support .version>
24- <cds .install-cdsdk.version>6.4.1 </cds .install-cdsdk.version>
24+ <cds .install-cdsdk.version>6.5.0 </cds .install-cdsdk.version>
2525 </properties >
2626
2727 <modules >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void testDiscountNotApplied() throws Exception {
6464 public void testCreateReviewNotAuthenticated () throws Exception {
6565 String payload = createTestReview ().toJson ();
6666 mockMvc .perform (post (addReviewURI ).contentType (MediaType .APPLICATION_JSON ).content (payload ))
67- .andExpect (status ().isForbidden ());
67+ .andExpect (status ().isUnauthorized ());
6868 }
6969
7070 @ Test
You can’t perform that action at this time.
0 commit comments