mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
restored old default qty for fixture to keep same test behavior
This commit is contained in:
parent
d9975cf335
commit
98ab2f9438
1 changed files with 6 additions and 6 deletions
12
tests/fixtures/fixture_recipe.py
vendored
12
tests/fixtures/fixture_recipe.py
vendored
|
@ -37,12 +37,12 @@ def recipe_ingredient_only(unique_user: TestUser):
|
|||
group_id=unique_user.group_id,
|
||||
name=random_string(10),
|
||||
recipe_ingredient=[
|
||||
RecipeIngredient(note="Ingredient 1"),
|
||||
RecipeIngredient(note="Ingredient 2"),
|
||||
RecipeIngredient(note="Ingredient 3"),
|
||||
RecipeIngredient(note="Ingredient 4"),
|
||||
RecipeIngredient(note="Ingredient 5"),
|
||||
RecipeIngredient(note="Ingredient 6"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 1"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 2"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 3"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 4"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 5"),
|
||||
RecipeIngredient(quantity=1, note="Ingredient 6"),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue