summaryrefslogtreecommitdiff
path: root/heat/tests/test_grouputils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_grouputils.py')
-rw-r--r--heat/tests/test_grouputils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/heat/tests/test_grouputils.py b/heat/tests/test_grouputils.py
index 428abf93b..5c26e60be 100644
--- a/heat/tests/test_grouputils.py
+++ b/heat/tests/test_grouputils.py
@@ -58,8 +58,6 @@ class GroupUtilsTest(common.HeatTestCase):
# refids
actual_ids = grouputils.get_member_refids(group)
self.assertEqual(['ID-r0', 'ID-r1'], actual_ids)
- partial_ids = grouputils.get_member_refids(group, exclude=['ID-r1'])
- self.assertEqual(['ID-r0'], partial_ids)
def test_group_with_failed_members(self):
group = mock.Mock()