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}$" } } },