Skip to content

Commit

Permalink
fix: 잘못된 인증 토큰 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghye218 committed Aug 4, 2024
1 parent 075d76e commit 51f078b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void confirmScheduleUnlock() {
);

RestAssured.given().log().all()
.header("Authorization", "Bearer " + token)
.cookie("ACCESS_TOKEN", token)
.pathParam("uuid", meeting.getUuid())
.contentType(ContentType.JSON)
.body(request)
Expand Down

0 comments on commit 51f078b

Please sign in to comment.