From 63b0c8271b99e66d580b8795bff46772d3e40cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 7 Aug 2023 22:40:21 +0200 Subject: [PATCH] fix: Adapt regex for trello token to new length and format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Service/Importer/fixtures/config-trelloApi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/Importer/fixtures/config-trelloApi-schema.json b/lib/Service/Importer/fixtures/config-trelloApi-schema.json index 056c9e519..3fcf1c8a8 100644 --- a/lib/Service/Importer/fixtures/config-trelloApi-schema.json +++ b/lib/Service/Importer/fixtures/config-trelloApi-schema.json @@ -10,7 +10,7 @@ }, "token": { "type": "string", - "pattern": "^[0-9a-fA-F]{64}$" + "pattern": "^[0-9a-fA-FT]{64,76}$" } } },