Skip to content

Commit

Permalink
test: eventId String으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsanglee committed Aug 3, 2024
1 parent 2c33bb2 commit 2ad6e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void getCurrentMembers() throws Exception {
@DisplayName("행사의 전체 참여자 중에서 특정 참여자의 맴버 액션을 전부 삭제한다.")
@Test
void deleteMember() throws Exception {
Long eventId = 1L;
String eventId = "TOKEN";
String memberName = "행동대장";

mockMvc.perform(delete("/api/events/{eventId}/members/{memberName}", eventId, memberName))
Expand Down

0 comments on commit 2ad6e19

Please sign in to comment.