From 27817b5cf1d339e7b93d8552d1e85c9bd1a80e85 Mon Sep 17 00:00:00 2001 From: Arek Burdach Date: Mon, 16 Dec 2024 22:37:04 +0100 Subject: [PATCH] test fix --- .../pl/touk/nussknacker/openapi/parser/SwaggerParserTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openapi/src/test/scala/pl/touk/nussknacker/openapi/parser/SwaggerParserTest.scala b/components/openapi/src/test/scala/pl/touk/nussknacker/openapi/parser/SwaggerParserTest.scala index 52149521331..0c9adf8bd94 100644 --- a/components/openapi/src/test/scala/pl/touk/nussknacker/openapi/parser/SwaggerParserTest.scala +++ b/components/openapi/src/test/scala/pl/touk/nussknacker/openapi/parser/SwaggerParserTest.scala @@ -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")