Skip to content

Commit 6431383

Browse files
authored
[kotlin] Add integration test for query params (#22588)
This is a test for a regression from #22512 where param values were written as a list.
1 parent b1b556a commit 6431383

File tree

1 file changed

+1
-0
lines changed
  • samples/client/petstore/kotlin-jvm-spring-3-restclient

1 file changed

+1
-0
lines changed

samples/client/petstore/kotlin-jvm-spring-3-restclient/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies {
6565
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0"
6666
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0"
6767
implementation "org.springframework.boot:spring-boot-starter-web:$spring_boot_version"
68+
testImplementation "org.springframework.boot:spring-boot-test:$spring_boot_version"
6869
testImplementation "io.kotlintest:kotlintest-runner-junit5:3.4.2"
6970
testImplementation "org.springframework.boot:spring-boot-test:$spring_boot_version"
7071
}

0 commit comments

Comments
 (0)