summaryrefslogtreecommitdiff
path: root/heat/tests/test_signal.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_signal.py')
-rw-r--r--heat/tests/test_signal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/test_signal.py b/heat/tests/test_signal.py
index e47705ea1..bb0b8313b 100644
--- a/heat/tests/test_signal.py
+++ b/heat/tests/test_signal.py
@@ -96,7 +96,7 @@ class SignalTest(common.HeatTestCase):
tpl = template.Template(template_format.parse(template_string))
ctx = utils.dummy_context()
- ctx.tenant = 'test_tenant'
+ ctx.project_id = 'test_tenant'
stack = stk.Stack(ctx, stack_name, tpl, disable_rollback=True)
with utils.UUIDStub(stack_id):
stack.store()