mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
adjust tests accordingly
This commit is contained in:
parent
09f244e325
commit
63fb14dcc5
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user