ran and fixed tests

This commit is contained in:
smilerz
2021-08-13 15:22:22 -05:00
parent 447ead59a9
commit 7b4123462d
5 changed files with 12 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ class TreeMixin(FuzzyFilterMixin):
content = {'error': True, 'msg': _('Cannot merge with child object!')}
return Response(content, status=status.HTTP_403_FORBIDDEN)
########################################################################
# this needs abstracted to update steps instead of recipes for food merge
# TODO this needs abstracted to update steps instead of recipes for food merge
########################################################################
recipes = Recipe.objects.filter(**{"%ss" % self.basename: source}, space=self.request.space)