Skip to content

Commit c1a1879

Browse files
committed
test: test 프로파일 활성화
1 parent 7cde44b commit c1a1879

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/back/web7_9_codecrete_be/Web79CodecreteBeApplicationTests.java

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

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

7+
@ActiveProfiles("test")
68
@SpringBootTest
79
class Web79CodecreteBeApplicationTests {
810

0 commit comments

Comments
 (0)