summaryrefslogtreecommitdiffstats
path: root/tests/default_fixtures.py
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-03-20 10:09:25 +0000
committerChmouel Boudjnah <chmouel@chmouel.com>2012-03-20 22:41:40 +0000
commit3a296a458c4e2f9465ddc0330d03c3e7ec0e3c50 (patch)
tree18063055f840db9e42a56a4f51de89dbfdafdefe /tests/default_fixtures.py
parent5ea232a09f88d621980cbd5ef4655f9c9a2e2da1 (diff)
downloadkeystone-3a296a458c4e2f9465ddc0330d03c3e7ec0e3c50.tar.gz
keystone-3a296a458c4e2f9465ddc0330d03c3e7ec0e3c50.tar.xz
keystone-3a296a458c4e2f9465ddc0330d03c3e7ec0e3c50.zip
Spring cleaning, fix PEP8 violations.
Change-Id: Ide832cd64c9b285213e23901eaf81946d504e726
Diffstat (limited to 'tests/default_fixtures.py')
-rw-r--r--tests/default_fixtures.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py
index 177d6824..84c38f5d 100644
--- a/tests/default_fixtures.py
+++ b/tests/default_fixtures.py
@@ -22,12 +22,12 @@ TENANTS = [
# NOTE(ja): a role of keystone_admin and attribute "is_admin" is done in setUp
USERS = [
- {'id': 'foo', 'name': 'FOO', 'password': 'foo2', 'tenants': ['bar',]},
- {'id': 'two', 'name': 'TWO', 'password': 'two2', 'tenants': ['baz',]},
+ {'id': 'foo', 'name': 'FOO', 'password': 'foo2', 'tenants': ['bar']},
+ {'id': 'two', 'name': 'TWO', 'password': 'two2', 'tenants': ['baz']},
{'id': 'no_meta',
'name': 'NO_META',
'password': 'no_meta2',
- 'tenants': ['baz',]},
+ 'tenants': ['baz']},
]
METADATA = [