summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_messaging/tests/test_amqp_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/tests/test_amqp_driver.py b/oslo_messaging/tests/test_amqp_driver.py
index a1f5ea5..7325ed5 100644
--- a/oslo_messaging/tests/test_amqp_driver.py
+++ b/oslo_messaging/tests/test_amqp_driver.py
@@ -260,7 +260,7 @@ class TestAmqpNotification(_AmqpBrokerTestCase):
notifications = [(oslo_messaging.Target(topic="topic-1"), 'info'),
(oslo_messaging.Target(topic="topic-1"), 'error'),
(oslo_messaging.Target(topic="topic-2"), 'debug')]
- nl = driver.listen_for_notifications(notifications)
+ nl = driver.listen_for_notifications(notifications, None)
listener = _ListenerThread(nl, 3)
targets = ['topic-1.info',