Jsonschema: fix tests
This commit is contained in:
@@ -279,6 +279,7 @@ in
|
|||||||
expected = {
|
expected = {
|
||||||
type = "object";
|
type = "object";
|
||||||
additionalProperties = false;
|
additionalProperties = false;
|
||||||
|
description = "Test Description";
|
||||||
properties = {
|
properties = {
|
||||||
opt = {
|
opt = {
|
||||||
type = "boolean";
|
type = "boolean";
|
||||||
@@ -303,6 +304,7 @@ in
|
|||||||
expected = {
|
expected = {
|
||||||
type = "object";
|
type = "object";
|
||||||
additionalProperties = false;
|
additionalProperties = false;
|
||||||
|
description = "Test Description";
|
||||||
properties = {
|
properties = {
|
||||||
opt = {
|
opt = {
|
||||||
type = "boolean";
|
type = "boolean";
|
||||||
|
|||||||
Reference in New Issue
Block a user