Remove unnecessary 'backend' setting from test's configuration as it's provided now by a pytest option

This commit is contained in:
Brett Sun 2016-12-07 17:51:16 +01:00 committed by Sylvain Bellemare
parent b51a59e503
commit d6703e10f3

View File

@ -16,7 +16,6 @@ DB_NAME = 'bigchain_test_{}'.format(os.getpid())
CONFIG = {
'database': {
'backend': 'rethinkdb',
'name': DB_NAME,
},
'keypair': {