We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c29c15 + d5b7503 commit 9e06f66Copy full SHA for 9e06f66
tests/unit/test_classes_serialization.py
@@ -43,7 +43,7 @@ def test_empty_multiselect_excluded(self):
43
"type": 1,
44
"name": "asd",
45
"color": "#0000FF",
46
- "attribute_groups": [{"name": "sad"}],
+ "attribute_groups": [{"name": "sad", "isRequired": False}],
47
} == serializer_data
48
49
def test_empty_multiselect_bool_serializer(self):
@@ -59,7 +59,7 @@ def test_empty_multiselect_bool_serializer(self):
59
60
61
62
63
64
65
def test_group_type_wrong_arg(self):
0 commit comments