From 9621bf8bff0469b7afb4e1b6d3b2356562023219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 9 Aug 2023 13:52:55 +0200 Subject: [PATCH] Sync testsuite name validation in YAML schema for template and scenario --- public/schema/JobScenarios-01.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/schema/JobScenarios-01.yaml b/public/schema/JobScenarios-01.yaml index 0803de225c4..46a9cb7986e 100644 --- a/public/schema/JobScenarios-01.yaml +++ b/public/schema/JobScenarios-01.yaml @@ -66,7 +66,7 @@ properties: type: object additionalProperties: false patternProperties: - '^[A-Za-z0-9._*-]+$': + '^[A-Za-z\s0-9_*.+-]+$': type: object description: The name of the job template additionalProperties: false