Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jul 26, 2024
1 parent 948aa4f commit 9f57f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class OperationBuilderTest : StringSpec({
?.also { param ->
param.`in` shouldBe "path"
param.description shouldBe null
param.required shouldBe false
param.required shouldBe true
param.deprecated shouldBe false
param.allowEmptyValue shouldBe true
param.`$ref` shouldBe null
Expand Down

0 comments on commit 9f57f9e

Please sign in to comment.