mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 14:03:32 -07:00
fixup
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
parent
7ccbcaf783
commit
68dadf7cde
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ def test_read_update(
|
|||
assert json.loads(response.text).get("slug") == recipe_data.expected_slug
|
||||
|
||||
recipe_incomplete = recipe.copy()
|
||||
del recipe_incomplete["notes"]
|
||||
del recipe_incomplete["group_id"]
|
||||
response = api_client.put(recipe_url, json=utils.jsonify(recipe_incomplete), headers=unique_user.token)
|
||||
assert response.status_code == 400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue