From 1643031b6e1bdc7d6e418c5c7e0faaba90fe0b0c Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Thu, 4 Oct 2012 17:54:13 +1000 Subject: [PATCH] Fixed a test --- tests/locals/test_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/locals/test_collector.py b/tests/locals/test_collector.py index 77ac1aa..a27806a 100644 --- a/tests/locals/test_collector.py +++ b/tests/locals/test_collector.py @@ -45,7 +45,7 @@ class Collector(TestCase): fields = collector.REQUIRED_FIELDS expect(collector).read_and_validate_config(paths, fields). \ and_return(config).once() - expect(common).init_logging('dir', 'collector.log', 2).once() + expect(common).init_logging('dir', 'data-collector.log', 2).once() expect(common).start(collector.init_state, collector.execute, config,