Skip to content

Commit

Permalink
test: 테스트 성공으로 수정
Browse files Browse the repository at this point in the history
테스트 성공으로 수정
  • Loading branch information
Hwang-Kyu-Cheol committed Jan 26, 2024
1 parent 26ae566 commit 2263a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void add_success() throws Exception {
)

//then
.andExpect(status().isOk())
.andExpect(jsonPath("$.status").value("SUCCESS"));
.andExpect(status().isBadRequest())
.andExpect(jsonPath("$.status").value("FAIL"));
}
}

0 comments on commit 2263a4f

Please sign in to comment.