summaryrefslogtreecommitdiffstats
path: root/tests/default_fixtures.py
diff options
context:
space:
mode:
authorAlvaro Lopez Garcia <aloga@ifca.unican.es>2012-11-15 10:02:32 +0100
committerAlvaro Lopez Garcia <aloga@ifca.unican.es>2012-11-15 10:04:32 +0100
commit2b83d4da7aca79c48f2789930bd5790bf993a606 (patch)
tree83bb371e72cc3dce808965aea73eaa6618734e53 /tests/default_fixtures.py
parentdd382c07e70628ad708454303744b4cc4f9fe0d2 (diff)
downloadkeystone-2b83d4da7aca79c48f2789930bd5790bf993a606.tar.gz
keystone-2b83d4da7aca79c48f2789930bd5790bf993a606.tar.xz
keystone-2b83d4da7aca79c48f2789930bd5790bf993a606.zip
Fix error un fixtures.
The password field for one of the users was duplicated. Change-Id: I53c443a1b3ccef477b05d56dc531211593f71c70
Diffstat (limited to 'tests/default_fixtures.py')
-rw-r--r--tests/default_fixtures.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py
index 3601290a..b1ea5198 100644
--- a/tests/default_fixtures.py
+++ b/tests/default_fixtures.py
@@ -40,10 +40,9 @@ USERS = [
'id': 'two',
'name': 'TWO',
'password': 'two2',
- 'email': 'attr@example.com',
+ 'email': 'two@example.com',
'enabled': True,
'tenant_id': 'baz',
- 'password': 'attr_passwd',
'tenants': ['baz'],
}
]