mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove unnecessary 'backend' setting from test's configuration as it's provided now by a pytest option
This commit is contained in:
parent
b51a59e503
commit
d6703e10f3
@ -16,7 +16,6 @@ DB_NAME = 'bigchain_test_{}'.format(os.getpid())
|
|||||||
|
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
'database': {
|
'database': {
|
||||||
'backend': 'rethinkdb',
|
|
||||||
'name': DB_NAME,
|
'name': DB_NAME,
|
||||||
},
|
},
|
||||||
'keypair': {
|
'keypair': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user