summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-11-21 10:21:34 +0000
committerGerrit Code Review <review@openstack.org>2014-11-21 10:21:34 +0000
commitffd48fbfad4ec8013327d783d59ca74656c0afda (patch)
tree8efc8cded4d6a66141ff06cec7b9c3a2fc839dc8
parent1e4c1c9e84550c44bc87eaa006702abfd9066791 (diff)
parent5d07a4c84a6d0426444351e1a28c072d96a282b5 (diff)
downloadtooz-ffd48fbfad4ec8013327d783d59ca74656c0afda.tar.gz
Merge "Ensure 'leave_group' result gotten before further work"
-rw-r--r--tooz/tests/test_coordination.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooz/tests/test_coordination.py b/tooz/tests/test_coordination.py
index cff8a61..b76d578 100644
--- a/tooz/tests/test_coordination.py
+++ b/tooz/tests/test_coordination.py
@@ -405,7 +405,7 @@ class TestAPI(testscenarios.TestWithScenarios,
client3 = tooz.coordination.get_coordinator(self.url, self.member_id)
client3.start()
- client3.leave_group(self.group_id)
+ client3.leave_group(self.group_id).get()
# Only works for clients that have access to the groups they are part
# of, to ensure that after we got booted out by client3 that this