summaryrefslogtreecommitdiff
path: root/openstackclient/tests/identity/v3/fakes.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/identity/v3/fakes.py')
-rw-r--r--openstackclient/tests/identity/v3/fakes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/identity/v3/fakes.py b/openstackclient/tests/identity/v3/fakes.py
index 69c25905..5844d160 100644
--- a/openstackclient/tests/identity/v3/fakes.py
+++ b/openstackclient/tests/identity/v3/fakes.py
@@ -176,10 +176,10 @@ USER = {
token_expires = '2014-01-01T00:00:00Z'
token_id = 'tttttttt-tttt-tttt-tttt-tttttttttttt'
-TOKEN_WITH_TENANT_ID = {
+TOKEN_WITH_PROJECT_ID = {
'expires': token_expires,
'id': token_id,
- 'tenant_id': project_id,
+ 'project_id': project_id,
'user_id': user_id,
}