Skip to content

Commit

Permalink
fix/#631: CSV 파일 변경에 따른 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jan 26, 2025
1 parent 9ac80f9 commit d44afc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void when_getFoodsAuto_expected_success() throws Exception {
resultActions
.andExpectAll(
status().isOk(),
jsonPath("$.response.foodJson[0]").value("연어구이:908;"),
jsonPath("$.response.foodJson[1]").value("연어롤:8;"))
jsonPath("$.response.foodJson[0]").value("연어구이:802;"),
jsonPath("$.response.foodJson[1]").value("연어롤:63;"))
.andDo(
document(
"get-food-noQueryString-success",
Expand Down

0 comments on commit d44afc2

Please sign in to comment.