mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix bad quotes in test_outputs
This commit is contained in:
parent
cb6bd34744
commit
31b3ad8f96
@ -100,7 +100,7 @@ def test_get_divisble_transactions_returns_500(b, client):
|
|||||||
|
|
||||||
asset_id = create_tx.id
|
asset_id = create_tx.id
|
||||||
|
|
||||||
url = TX_ENDPOINT + "?asset_id=" + asset_id
|
url = TX_ENDPOINT + '?asset_id=' + asset_id
|
||||||
assert client.get(url).status_code == 200
|
assert client.get(url).status_code == 200
|
||||||
assert len(client.get(url).json) == 3
|
assert len(client.get(url).json) == 3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user