Skip to content

Commit cdfab25

Browse files
fix
1 parent ec1a75a commit cdfab25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend-app/file/file_tests/services_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def test_from_attribute(self):
349349
"order": self.case.level.order,
350350
"name": self.case.attribute.name,
351351
"parent": self.case.attribute.parent,
352+
"payload": None,
352353
self.case.file_.status or "v": {
353354
self.case.file_.file_type or "no data":
354355
self.case.file_.attributegroup_set.first().attribute.count()

0 commit comments

Comments
 (0)