From d47739cbc20127074c81e9266d0abe038667808d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ro=C5=BCek?= Date: Thu, 8 Oct 2020 00:37:24 +0300 Subject: [PATCH] test: update --- test-harness/scenarios/external-schemas-ruleset.scenario | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-harness/scenarios/external-schemas-ruleset.scenario b/test-harness/scenarios/external-schemas-ruleset.scenario index b3b862608..4aa938fe2 100644 --- a/test-harness/scenarios/external-schemas-ruleset.scenario +++ b/test-harness/scenarios/external-schemas-ruleset.scenario @@ -11,7 +11,7 @@ info: OpenAPI 3.x detected {document} - 3:10 error info-title `title` property should be equal to one of the allowed values: Stoplight, Stoplight.io, StoplightIO. Did you mean Stoplight? - 4:16 error info-description `description` property should be equal to one of the allowed values: foo, foo-bar, bar-foo + 3:10 error info-title `title` property should be equal to one of the allowed values: `Stoplight`, `Stoplight.io`, `StoplightIO`. Did you mean `Stoplight`? + 4:16 error info-description `description` property should be equal to one of the allowed values: `foo`, `foo-bar`, `bar-foo` ✖ 2 problems (2 errors, 0 warnings, 0 infos, 0 hints)