mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-14 18:57:44 -07:00
parent
248459671e
commit
7a107584c7
129 changed files with 1138 additions and 833 deletions
|
@ -26,7 +26,7 @@ def test_associate_ingredient_with_step(api_client: TestClient, unique_user: Tes
|
|||
|
||||
response = api_client.put(
|
||||
api_routes.recipes_slug(recipe.slug),
|
||||
json=jsonify(recipe.dict()),
|
||||
json=jsonify(recipe.model_dump()),
|
||||
headers=unique_user.token,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue