mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-30 23:54:15 -05:00
fix list test
This commit is contained in:
@@ -77,7 +77,7 @@ def test_read_update(api_client, recipe_data):
|
|||||||
recipe = json.loads(response.content)
|
recipe = json.loads(response.content)
|
||||||
|
|
||||||
assert recipe["notes"] == test_notes
|
assert recipe["notes"] == test_notes
|
||||||
assert recipe["categories"] == test_categories
|
assert recipe["categories"].sort() == test_categories.sort()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("recipe_data", recipe_test_data)
|
@pytest.mark.parametrize("recipe_data", recipe_test_data)
|
||||||
|
|||||||
Reference in New Issue
Block a user