mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: acceptance tests are using old pydriver (#2282)
Solution: update to the new driver version, and simplify the code removing the `mode` parameter.
This commit is contained in:
@@ -26,7 +26,7 @@ def test_double_create():
|
||||
|
||||
def send_and_queue(tx):
|
||||
try:
|
||||
bdb.transactions.send(tx, mode='commit')
|
||||
bdb.transactions.send(tx)
|
||||
results.put('OK')
|
||||
except bigchaindb_driver.exceptions.TransportError as e:
|
||||
results.put('FAIL')
|
||||
|
||||
Reference in New Issue
Block a user