mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 22:58:19 -05:00
fixed step factory
This commit is contained in:
@@ -335,7 +335,7 @@ class StepFactory(factory.django.DjangoModelFactory):
|
||||
# file = models.ForeignKey('UserFile', on_delete=models.PROTECT, null=True, blank=True)
|
||||
show_as_header = True
|
||||
# TODO: need to update to fetch from User's preferences
|
||||
show_step_ingredients = True
|
||||
show_ingredients_table = True
|
||||
step_recipe__has_recipe = False
|
||||
ingredients__food_recipe_count = 0
|
||||
space = factory.SubFactory(SpaceFactory)
|
||||
|
||||
Reference in New Issue
Block a user