From 50e952b06c2c27820c8d7f99a0729355a98b67e2 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Tue, 20 Aug 2013 18:20:19 +0200 Subject: [PATCH] Remove no more used code in test_notifier This change remove no more used code in test_notifier Parts of the blueprint remove-counter Change-Id: I4fab2f9c30a08aa1e84dec8a59f16cbb9349b3ae --- nova_tests/test_notifier.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nova_tests/test_notifier.py b/nova_tests/test_notifier.py index 5b814e83..765ceac7 100644 --- a/nova_tests/test_notifier.py +++ b/nova_tests/test_notifier.py @@ -94,9 +94,6 @@ class TestNovaNotifier(base.TestCase): ) return [self.test_data_1, test_data_2] - def get_counter_names(self): - return ['test1', 'test2'] - @mock.patch('ceilometer.pipeline.setup_pipeline', mock.MagicMock()) def setUp(self): super(TestNovaNotifier, self).setUp()