Skip to content

Commit cd0c7bd

Browse files
fix
1 parent 3aefe30 commit cd0c7bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend-app/attribute/attribute_tests/serializers_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def test_attributegroup_serializer(self):
8484
{
8585
self.case.attribute.id,
8686
self.case.attribute.level.order,
87-
self.case.attribute.name
87+
self.case.attribute.name,
88+
self.case.attribute.payload
8889
},
8990
)

0 commit comments

Comments
 (0)