mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fixed new var ref
This commit is contained in:
parent
1b404ee6d8
commit
9c6e3ebe5b
@ -67,7 +67,7 @@ def test_recipe_migration(api_client: TestClient, unique_user: TestUser, mig: Mi
|
||||
response_json = response.json()
|
||||
assert response_json["entries"]
|
||||
|
||||
for item in response.json()["entries"]:
|
||||
for item in response_json["entries"]:
|
||||
assert item["success"]
|
||||
|
||||
# Validate Create Event
|
||||
|
Loading…
x
Reference in New Issue
Block a user