summaryrefslogtreecommitdiff
path: root/heat/tests/test_common_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/test_common_context.py')
-rw-r--r--heat/tests/test_common_context.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/tests/test_common_context.py b/heat/tests/test_common_context.py
index 9145fd3f4..9f66d9e0d 100644
--- a/heat/tests/test_common_context.py
+++ b/heat/tests/test_common_context.py
@@ -50,8 +50,8 @@ class TestRequestContext(common.HeatTestCase):
'aws_creds': 'blah',
'region_name': 'RegionOne',
'user_identity': 'fooUser 456tenant',
- 'user_domain_id': None,
- 'project_domain_id': None}
+ 'user_domain': None,
+ 'project_domain': None}
super(TestRequestContext, self).setUp()