Skip to content
Snippets Groups Projects
Commit cab51844 authored by Jan David Mol's avatar Jan David Mol
Browse files

TMSS-614: JSON defaults are now supplied for objects without one, adjusted tests.

parent 32bf9cad
No related branches found
No related tags found
1 merge request!352Resolve TMSS-614 "Usability patches"
...@@ -53,7 +53,6 @@ class TestJSONUtils(unittest.TestCase): ...@@ -53,7 +53,6 @@ class TestJSONUtils(unittest.TestCase):
"default": {}, "default": {},
"properties": { "properties": {
"sub_a": {"type": "object", "sub_a": {"type": "object",
"default": {},
"properties": { "properties": {
"prop_a": {"type": "integer", "default": 42}, "prop_a": {"type": "integer", "default": 42},
"prop_b": {"type": "number", "default": 3.14} "prop_b": {"type": "number", "default": 3.14}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment