chore: bump org.springframework.boot:spring-boot-starter-parent from 3.3.5 to 3.4.0 (#1962)
This commit is contained in:
@ -78,7 +78,7 @@ public class ShopEndpointTest extends LessonTest {
|
||||
@Test
|
||||
public void fetchAllTheCouponsShouldContainGetItForFree() throws Exception {
|
||||
mockMvc
|
||||
.perform(MockMvcRequestBuilders.get("/clientSideFiltering/challenge-store/coupons/"))
|
||||
.perform(MockMvcRequestBuilders.get("/clientSideFiltering/challenge-store/coupons"))
|
||||
.andExpect(jsonPath("$.codes[3].code", is("get_it_for_free")));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user