fix bad quotes in test_outputs

This commit is contained in:
Scott Sadler 2017-03-07 12:58:48 +01:00
parent cb6bd34744
commit 31b3ad8f96
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,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_id=' + asset_id
assert client.get(url).status_code == 200
assert len(client.get(url).json) == 3