fixed test

This commit is contained in:
diminator 2016-08-23 14:01:50 +02:00
parent d0c38d54d8
commit 471e38dddb
No known key found for this signature in database
GPG Key ID: C3D8590E6D0D439A

View File

@ -100,7 +100,7 @@ def get_transaction_status(tx_id):
pool = current_app.config['bigchain_pool']
with pool() as bigchain:
status = bigchain.get_status(tx_id, include_status=True)
status = bigchain.get_status(tx_id)
if not status:
return make_error(404)