mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 06:25:45 +00:00
fixed abci test
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
0d9102a03d
commit
5ada25cf76
@ -123,7 +123,7 @@ def test_get_divisble_transactions_returns_500(b, client):
|
||||
|
||||
asset_id = create_tx.id
|
||||
|
||||
url = TX_ENDPOINT + "?asset_id=" + asset_id
|
||||
url = TX_ENDPOINT + "?asset_ids=" + asset_id
|
||||
assert client.get(url).status_code == 200
|
||||
assert len(client.get(url).json) == 3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user