We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1a75a commit cdfab25Copy full SHA for cdfab25
backend-app/file/file_tests/services_test.py
@@ -349,6 +349,7 @@ def test_from_attribute(self):
349
"order": self.case.level.order,
350
"name": self.case.attribute.name,
351
"parent": self.case.attribute.parent,
352
+ "payload": None,
353
self.case.file_.status or "v": {
354
self.case.file_.file_type or "no data":
355
self.case.file_.attributegroup_set.first().attribute.count()
0 commit comments