Skip to content

Commit

Permalink
test: 변경된 api 명세에 맞게 테스트 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Sep 27, 2023
1 parent 5ba84ba commit 496eeec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ArticleDocumentation extends NewDocumentation {
.header("Authorization", "Bearer " + accessToken)
.contentType(APPLICATION_JSON)
.body(articleLikesRequest)
.when().put("/articles/{article-id}/likes", 1L)
.when().put("/articles/{article-id}/like", 1L)
.then().log().all();

//then
Expand Down

0 comments on commit 496eeec

Please sign in to comment.