From 1cbaddf1db886db0499de8b28a6f76fd9cf6a53f Mon Sep 17 00:00:00 2001 From: yang Date: Thu, 23 May 2024 03:16:06 +0900 Subject: [PATCH] =?UTF-8?q?RAC-376=20test=20:=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=8B=9C=20=EC=8A=AC=EB=9E=99=20=EC=9B=B9=ED=9B=85=20?= =?UTF-8?q?Mock=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/com/postgraduate/support/IntegrationTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/com/postgraduate/support/IntegrationTest.java b/src/test/java/com/postgraduate/support/IntegrationTest.java index 5bf04b5b..0b55e2d0 100644 --- a/src/test/java/com/postgraduate/support/IntegrationTest.java +++ b/src/test/java/com/postgraduate/support/IntegrationTest.java @@ -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; @@ -70,6 +71,8 @@ public class IntegrationTest { @MockBean protected SlackSignUpMessage slackSignUpMessage; @MockBean + protected SlackCertificationMessage slackCertificationMessage; + @MockBean protected DistributeLockAspect distributeLockAspect; @BeforeEach