web: wallet DTO assertion keeps 'from' (fixture vs DTO shape)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
m2 (AI Agent) 2026-07-02 05:55:34 +02:00
parent 543d07b6a1
commit 56ce11fdbb

View file

@ -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",