Skip to content

Commit 2882c5b

Browse files
committed
fix: test network error on allow spend
1 parent 7166a14 commit 2882c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypergraph/account/tests/test_account.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,6 @@ async def test_allow_spend(self):
288288
approvers=["DAG1GH7r7RX1Ca7MbuvqUPT37FAtTfGM1WYQ4otZ"],
289289
valid_until_epoch=latest_epoch + 10,
290290
)
291+
assert res == res.get("hash")
291292
except NetworkError:
292293
pytest.skip("Expecting status 500.")

0 commit comments

Comments
 (0)