mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 01:15:19 -05:00
fixed new var ref
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user