From 395708a10edbe7615afeb220662aca3123b866dc Mon Sep 17 00:00:00 2001 From: magicDGS Date: Mon, 26 Jun 2023 11:59:30 +0200 Subject: [PATCH] Fix portman tests for case-insensitive schema --- portman/portman-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portman/portman-config.yaml b/portman/portman-config.yaml index d567ee0..770070e 100644 --- a/portman/portman-config.yaml +++ b/portman/portman-config.yaml @@ -36,3 +36,5 @@ globals: portmanReplacements: - searchFor: '"last_update":{"type":"string","format":"date-time"}' replaceWith: '"last_update":{"type":"string"}' + - searchFor: '"enum":["yes"]' + replaceWith: '"enum":["yes", "Yes"]'