From 7a1dd764af636597793c9fc1ee9f39f915aaa198 Mon Sep 17 00:00:00 2001 From: seokwns Date: Sun, 1 Oct 2023 16:52:43 +0900 Subject: [PATCH] fix: delete unnecessary annotations --- .../kakao/sunsuwedding/portfolio/PortfolioControllerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/sunsu-wedding/src/test/java/com/kakao/sunsuwedding/portfolio/PortfolioControllerTest.java b/sunsu-wedding/src/test/java/com/kakao/sunsuwedding/portfolio/PortfolioControllerTest.java index 6f36af8f..dce7fc03 100644 --- a/sunsu-wedding/src/test/java/com/kakao/sunsuwedding/portfolio/PortfolioControllerTest.java +++ b/sunsu-wedding/src/test/java/com/kakao/sunsuwedding/portfolio/PortfolioControllerTest.java @@ -10,7 +10,6 @@ import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.context.annotation.Import; -import org.springframework.test.context.ActiveProfiles; import org.springframework.test.context.jdbc.Sql; import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.ResultActions; @@ -21,7 +20,6 @@ SecurityConfig.class }) @Sql("classpath:/db/teardown.sql") -@ActiveProfiles("test") @AutoConfigureMockMvc @SpringBootTest public class PortfolioControllerTest {