mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix list test
This commit is contained in:
parent
8b07f4e9e0
commit
8fe0cdc8a4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def test_read_update(api_client, recipe_data):
|
|||
recipe = json.loads(response.content)
|
||||
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue