summaryrefslogtreecommitdiff
path: root/tempest/api/messaging/test_queues.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/messaging/test_queues.py')
-rw-r--r--tempest/api/messaging/test_queues.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/api/messaging/test_queues.py b/tempest/api/messaging/test_queues.py
index c444e0b67..2dac346e0 100644
--- a/tempest/api/messaging/test_queues.py
+++ b/tempest/api/messaging/test_queues.py
@@ -44,7 +44,7 @@ class TestQueues(base.BaseMessagingTest):
self.delete_queue(queue_name)
self.assertRaises(lib_exc.NotFound,
- self.client.get_queue,
+ self.client.show_queue,
queue_name)