Skip to content

Commit

Permalink
Feat: 홈화면 하단 기록가 추천 API 설계 변경에 따라 테스트 변경 (#160)
Browse files Browse the repository at this point in the history
* #158 - fix: 바뀐 API 설계에 따라 테스트 변경 (#160)
  • Loading branch information
morenow98 authored Feb 19, 2024
1 parent a6734e7 commit 9ec2e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void givenMembers_whenGettingNewMembers_thenReturnNewMembers() throws Exception
//given

//when & then
mockMvc.perform(get("/members/recommend/new")
mockMvc.perform(get("/members/recommend")
.contentType(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andExpect(jsonPath("$.memberList.length()").value(3))
Expand Down

0 comments on commit 9ec2e10

Please sign in to comment.