Skip to content

Commit 1012535

Browse files
committed
Chore : Test 코드 실행시, test 프로퍼티를 사용하도록 설정
1 parent 07a6024 commit 1012535

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/perfact/be/BeApplicationTests.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 BeApplicationTests {
810

911
@Test

0 commit comments

Comments
 (0)