diff --git a/web/backend/tests/test_backend.py b/web/backend/tests/test_backend.py index c057753..5856ed0 100644 --- a/web/backend/tests/test_backend.py +++ b/web/backend/tests/test_backend.py @@ -187,7 +187,7 @@ def test_catalog_wallet_economy_governance_happy_paths( assert wallet.json()["balance"] == 42 assert wallet.json()["transactions"][0] == { "ts": "2026-07-02T09:00:00Z", - "from_id": "mint", + "from": "mint", "to": "m2bd", "amount": 50, "reason": "grant",