mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-24 20:54:05 -05:00
* fixes #625 * update dependencies * bump version * fix failing tests Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -59,9 +59,8 @@ def test_read_update(api_client: TestClient, api_routes: AppRoutes, recipe_data:
|
||||
assert response.status_code == 200
|
||||
assert json.loads(response.text).get("slug") == recipe_data.expected_slug
|
||||
|
||||
response = api_client.get(recipe_url)
|
||||
response = api_client.get(recipe_url, headers=user_token)
|
||||
assert response.status_code == 200
|
||||
print(response)
|
||||
recipe = json.loads(response.text)
|
||||
|
||||
assert recipe["notes"] == test_notes
|
||||
|
||||
Reference in New Issue
Block a user