We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aefe30 commit cd0c7bdCopy full SHA for cd0c7bd
backend-app/attribute/attribute_tests/serializers_test.py
@@ -84,6 +84,7 @@ def test_attributegroup_serializer(self):
84
{
85
self.case.attribute.id,
86
self.case.attribute.level.order,
87
- self.case.attribute.name
+ self.case.attribute.name,
88
+ self.case.attribute.payload
89
},
90
)
0 commit comments