summaryrefslogtreecommitdiffstats
path: root/tests/default_fixtures.py
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2012-01-19 15:44:48 -0800
committerJesse Andrews <anotherjesse@gmail.com>2012-01-19 15:44:48 -0800
commitcbc1558ea676456f163b3e060a781cfe21f9932b (patch)
treea2be24ac7081abf34f611486291430986c846374 /tests/default_fixtures.py
parentc1fe99854c4a4082d377de07d1c925abcddb01a9 (diff)
downloadkeystone-cbc1558ea676456f163b3e060a781cfe21f9932b.tar.gz
keystone-cbc1558ea676456f163b3e060a781cfe21f9932b.tar.xz
keystone-cbc1558ea676456f163b3e060a781cfe21f9932b.zip
update how user is specified in tests
Diffstat (limited to 'tests/default_fixtures.py')
-rw-r--r--tests/default_fixtures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py
index 990e241a..22ac95f0 100644
--- a/tests/default_fixtures.py
+++ b/tests/default_fixtures.py
@@ -5,12 +5,12 @@ TENANTS = [
USERS = [
{'id': 'foo', 'name': 'FOO', 'password': 'foo2', 'tenants': ['bar',]},
- {'id': 'boo', 'name': 'BOO', 'password': 'boo2', 'tenants': ['baz',]},
+ {'id': 'two', 'name': 'TWO', 'password': 'two2', 'tenants': ['baz',]},
]
METADATA = [
{'user_id': 'foo', 'tenant_id': 'bar', 'extra': 'extra'},
- {'user_id': 'boo', 'tenant_id': 'baz', 'extra': 'extra'},
+ {'user_id': 'two', 'tenant_id': 'baz', 'extra': 'extra'},
]
ROLES = [