Skip to content

Commit 86594ca

Browse files
committed
Test: 테스트 프로파일 설정
1 parent 60a1811 commit 86594ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/back/ApplicationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5+
import org.springframework.test.context.ActiveProfiles;
56

67
@SpringBootTest
8+
@ActiveProfiles("test")
79
class ApplicationTests {
810

911
@Test

0 commit comments

Comments
 (0)