Skip to content

Commit 9f57f9e

Browse files
committed
fix failing test
1 parent 948aa4f commit 9f57f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ktor-swagger-ui/src/test/kotlin/io/github/smiley4/ktorswaggerui/builder/OperationBuilderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class OperationBuilderTest : StringSpec({
237237
?.also { param ->
238238
param.`in` shouldBe "path"
239239
param.description shouldBe null
240-
param.required shouldBe false
240+
param.required shouldBe true
241241
param.deprecated shouldBe false
242242
param.allowEmptyValue shouldBe true
243243
param.`$ref` shouldBe null

0 commit comments

Comments
 (0)