From 1fbc09862c7bed5ac162399e00f70ae8b51bea26 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 18 Sep 2023 15:25:23 +0530 Subject: [PATCH] regex fix --- http/exposures/tokens/jotform/jotform-api-key.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposures/tokens/jotform/jotform-api-key.yaml b/http/exposures/tokens/jotform/jotform-api-key.yaml index 7fa8388da02..ca026d30be6 100644 --- a/http/exposures/tokens/jotform/jotform-api-key.yaml +++ b/http/exposures/tokens/jotform/jotform-api-key.yaml @@ -20,4 +20,4 @@ http: - type: regex part: body regex: - - "^[A-Fa-f0-9]{32}$" + - "[0-9a-fA-F]{32}"