summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-22 03:42:30 +0000
committerGerrit Code Review <review@openstack.org>2012-02-22 03:42:30 +0000
commitefc00f89f704110ce4393ea1a70fc934d08f4e09 (patch)
tree050da9d9d525be80f004d70ee7b76647badc6788 /nova/tests
parent6b3e1b09b28a10e69480cd84d3a1109350cacfa4 (diff)
parent8d758d4dbe194b4608af34c3ca6520d620d3cdc3 (diff)
Merge "Scheduler notifications added."
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_notifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/test_notifier.py b/nova/tests/test_notifier.py
index be6c483e2..3eeb864cb 100644
--- a/nova/tests/test_notifier.py
+++ b/nova/tests/test_notifier.py
@@ -88,8 +88,8 @@ class NotifierTestCase(test.TestCase):
def test_rabbit_priority_queue(self):
self.stubs.Set(nova.flags.FLAGS, 'notification_driver',
'nova.notifier.rabbit_notifier')
- self.stubs.Set(nova.flags.FLAGS, 'notification_topic',
- 'testnotify')
+ self.stubs.Set(nova.flags.FLAGS, 'notification_topics',
+ ['testnotify', ])
self.test_topic = None