web: wallet DTO assertion keeps 'from' (fixture vs DTO shape)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
543d07b6a1
commit
56ce11fdbb
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ def test_catalog_wallet_economy_governance_happy_paths(
|
||||||
assert wallet.json()["balance"] == 42
|
assert wallet.json()["balance"] == 42
|
||||||
assert wallet.json()["transactions"][0] == {
|
assert wallet.json()["transactions"][0] == {
|
||||||
"ts": "2026-07-02T09:00:00Z",
|
"ts": "2026-07-02T09:00:00Z",
|
||||||
"from_id": "mint",
|
"from": "mint",
|
||||||
"to": "m2bd",
|
"to": "m2bd",
|
||||||
"amount": 50,
|
"amount": 50,
|
||||||
"reason": "grant",
|
"reason": "grant",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue