mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +02:00
feature/mealplanner-rewrite (#417)
* multiple recipes per day * fix update * meal-planner rewrite * disable meal-tests * spacing Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
4b3fc45c1c
commit
ef87f2231d
42 changed files with 1502 additions and 491 deletions
|
@ -33,6 +33,7 @@ def test_update_group(api_client: TestClient, api_routes: AppRoutes, token):
|
|||
"webhookEnable": False,
|
||||
"users": [],
|
||||
"mealplans": [],
|
||||
"shoppingLists": [],
|
||||
}
|
||||
# Test Update
|
||||
response = api_client.put(api_routes.groups_id(2), json=new_data, headers=token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue