Skip to content

Commit

Permalink
Strict check for json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Feb 20, 2024
1 parent a94fffd commit d02f182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/acceptance/features/apiSharingNg/sharedWithMe.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,8 @@ Feature: an user gets the resources shared to them
"properties": {
"value": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{
Expand Down

0 comments on commit d02f182

Please sign in to comment.