From 56ce11fdbbb6394a9ab2f14ec1f26f2a32c8e76d Mon Sep 17 00:00:00 2001 From: "m2 (AI Agent)" Date: Thu, 2 Jul 2026 05:55:34 +0200 Subject: [PATCH] web: wallet DTO assertion keeps 'from' (fixture vs DTO shape) Co-Authored-By: Claude Fable 5 --- web/backend/tests/test_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",