Skip to content

Commit

Permalink
Merge pull request #271 from WE-ARE-RACCOONS/RAC-376
Browse files Browse the repository at this point in the history
RAC-376 test : ํ…Œ์ŠคํŠธ์‹œ ์Šฌ๋ž™ ์›นํ›… Mock์ฒ˜๋ฆฌ
  • Loading branch information
ywj9811 authored May 22, 2024
2 parents 4815602 + 1cbaddf commit a4940c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/com/postgraduate/support/IntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import com.postgraduate.global.aop.lock.DistributeLockAspect;
import com.postgraduate.global.config.redis.RedisRepository;
import com.postgraduate.global.config.security.jwt.util.JwtUtils;
import com.postgraduate.global.slack.SlackCertificationMessage;
import com.postgraduate.global.slack.SlackLogErrorMessage;
import com.postgraduate.global.slack.SlackSignUpMessage;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -70,6 +71,8 @@ public class IntegrationTest {
@MockBean
protected SlackSignUpMessage slackSignUpMessage;
@MockBean
protected SlackCertificationMessage slackCertificationMessage;
@MockBean
protected DistributeLockAspect distributeLockAspect;

@BeforeEach
Expand Down

0 comments on commit a4940c2

Please sign in to comment.