From 63fb14dcc5ee5b897b511de2dfeee140f6bb984c Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 22 Feb 2016 14:16:02 +0100 Subject: [PATCH] adjust tests accordingly --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index b3c1ae58..faa455d0 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -60,6 +60,7 @@ def mock_bigchaindb_backup_config(monkeypatch): config = { 'keypair': {}, 'database': {'host': 'host', 'port': 12345, 'name': 'adbname'}, + 'statsd': {'host': 'host', 'port': 12345, 'rate': 0.1}, } monkeypatch.setattr('bigchaindb._config', config)