Skip to content

Commit

Permalink
Merge pull request #272 from WE-ARE-RACCOONS/develop
Browse files Browse the repository at this point in the history
RAC-373 test : ํ…Œ์ŠคํŠธ ์ฝ”๋“œ ์Šฌ๋ž™ ์•Œ๋ฆผ ์ œ์™ธ
  • Loading branch information
ywj9811 authored May 22, 2024
2 parents 8ca7e0c + a4940c2 commit be22ca6
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 be22ca6

Please sign in to comment.