Skip to content

Commit

Permalink
Fix portman tests for case-insensitive schema
Browse files Browse the repository at this point in the history
  • Loading branch information
magicDGS committed Jun 26, 2023
1 parent e22db67 commit 395708a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portman/portman-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'

0 comments on commit 395708a

Please sign in to comment.