Skip to content

Commit 545247b

Browse files
committed
Chore: 테스트 프로파일 설정
1 parent 4175b9f commit 545247b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ dependencies {
8484

8585
tasks.withType<Test> {
8686
useJUnitPlatform()
87+
systemProperty("spring.profiles.active", "test")
8788
}

0 commit comments

Comments
 (0)