mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed test
This commit is contained in:
parent
d0c38d54d8
commit
471e38dddb
@ -100,7 +100,7 @@ def get_transaction_status(tx_id):
|
|||||||
pool = current_app.config['bigchain_pool']
|
pool = current_app.config['bigchain_pool']
|
||||||
|
|
||||||
with pool() as bigchain:
|
with pool() as bigchain:
|
||||||
status = bigchain.get_status(tx_id, include_status=True)
|
status = bigchain.get_status(tx_id)
|
||||||
|
|
||||||
if not status:
|
if not status:
|
||||||
return make_error(404)
|
return make_error(404)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user