mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
fixed new var ref
This commit is contained in:
parent
1b404ee6d8
commit
9c6e3ebe5b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def test_recipe_migration(api_client: TestClient, unique_user: TestUser, mig: Mi
|
||||||
response_json = response.json()
|
response_json = response.json()
|
||||||
assert response_json["entries"]
|
assert response_json["entries"]
|
||||||
|
|
||||||
for item in response.json()["entries"]:
|
for item in response_json["entries"]:
|
||||||
assert item["success"]
|
assert item["success"]
|
||||||
|
|
||||||
# Validate Create Event
|
# Validate Create Event
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue