test: Kotlin Rest-Assured 익스텐션 의존성 추가

This commit is contained in:
이상진 2025-07-12 17:57:16 +09:00
parent 8faa07392e
commit d713578dad

View File

@ -52,6 +52,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("io.rest-assured:rest-assured:5.3.1")
testImplementation("io.rest-assured:kotlin-extensions:5.5.5")
}
kapt {