diff --git a/tests/web/test_outputs.py b/tests/web/test_outputs.py index 397b7c2..0bcf7a8 100644 --- a/tests/web/test_outputs.py +++ b/tests/web/test_outputs.py @@ -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