Skip to content

Commit

Permalink
MATE-129 : [FEAT] @MockBean JwtUtil 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
juchan204 committed Dec 31, 2024
1 parent abcb179 commit 42a7ce0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ class MemberIntegrationTest {
@MockBean
private ValueOperations<String, String> valueOperations;

@MockBean
private JwtUtil jwtUtil;

private Member member;
private Member member2;
private GoodsPost goodsPost;
Expand Down Expand Up @@ -277,7 +280,7 @@ private MemberInfoUpdateRequest createMemberInfoUpdateRequest() {
.memberId(member.getId())
.build();
}

@Nested
@DisplayName("자체 회원 가입")
class Join {
Expand Down

0 comments on commit 42a7ce0

Please sign in to comment.