Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Dec 16, 2024
1 parent 5af6f06 commit 27817b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class SwaggerParserTest extends AnyFunSuite with BaseOpenAPITest with Matchers {

errorsFor("noResponseType") shouldBe List("No response with application/json or */* media types found")
errorsFor("unhandledSecurity") shouldBe List(
"No security requirement can be met because: there is no security config for scheme name \"headerConfig\""
"No security requirement can be met because: there is no security secret configured for scheme name \"headerConfig\""
)
errorsFor("unhandledFormat") shouldBe List("Type 'number' in format 'decimal' is not supported")

Expand Down

0 comments on commit 27817b5

Please sign in to comment.