adjust tests accordingly

This commit is contained in:
ryan 2016-02-22 14:16:02 +01:00
parent 09f244e325
commit 63fb14dcc5

View File

@ -60,6 +60,7 @@ def mock_bigchaindb_backup_config(monkeypatch):
config = { config = {
'keypair': {}, 'keypair': {},
'database': {'host': 'host', 'port': 12345, 'name': 'adbname'}, 'database': {'host': 'host', 'port': 12345, 'name': 'adbname'},
'statsd': {'host': 'host', 'port': 12345, 'rate': 0.1},
} }
monkeypatch.setattr('bigchaindb._config', config) monkeypatch.setattr('bigchaindb._config', config)