summaryrefslogtreecommitdiff
path: root/heat/tests/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/common.py')
-rw-r--r--heat/tests/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/tests/common.py b/heat/tests/common.py
index 70cf48386..c275afb95 100644
--- a/heat/tests/common.py
+++ b/heat/tests/common.py
@@ -143,6 +143,8 @@ class HeatTestCase(testscenarios.WithScenarios,
generic_rsrc.SignalResource)
resource._register_class('ResourceWithPropsType',
generic_rsrc.ResourceWithProps)
+ resource._register_class('ResourceWithPropsRefPropOnDelete',
+ generic_rsrc.ResourceWithPropsRefPropOnDelete)
resource._register_class('StackUserResourceType',
generic_rsrc.StackUserResource)
resource._register_class('ResourceWithResourceIDType',