diff options
Diffstat (limited to 'contrib/libucl/tests/schema/ref.json')
| -rw-r--r-- | contrib/libucl/tests/schema/ref.json | 16 | 
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/libucl/tests/schema/ref.json b/contrib/libucl/tests/schema/ref.json index 1767769cd845..d8214bc2b30c 100644 --- a/contrib/libucl/tests/schema/ref.json +++ b/contrib/libucl/tests/schema/ref.json @@ -124,21 +124,5 @@                  "valid": false              }          ] -    }, -    { -        "description": "remote ref, containing refs itself", -        "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, -        "tests": [ -            { -                "description": "remote ref valid", -                "data": {"minLength": 1}, -                "valid": true -            }, -            { -                "description": "remote ref invalid", -                "data": {"minLength": -1}, -                "valid": false -            } -        ]      }  ]  | 
