diff --git a/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py b/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py index 7532bf3a6cbd..22f6e62451a0 100644 --- a/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py +++ b/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py @@ -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