summaryrefslogtreecommitdiff
path: root/heat/tests/aws/test_eip.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/aws/test_eip.py')
-rw-r--r--heat/tests/aws/test_eip.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/heat/tests/aws/test_eip.py b/heat/tests/aws/test_eip.py
index 4b6047d6c..af5257851 100644
--- a/heat/tests/aws/test_eip.py
+++ b/heat/tests/aws/test_eip.py
@@ -805,8 +805,7 @@ class AllocTest(common.HeatTestCase):
before = self.create_association(t, stack, 'IPAssoc')
after = rsrc_defn.ResourceDefinition(before.name, before.type(),
after_props)
- self.assertTrue(resource.UpdateReplace,
- before._needs_update(after, before, after_props,
+ self.assertTrue(before._needs_update(after, before, after_props,
before_props, None))
def test_update_association_needs_update_InstanceId_EIP(self):