summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-02-08 17:13:33 -0500
committerGordon Chung <chungg@ca.ibm.com>2013-02-14 15:33:46 -0500
commit0fb017a095a24842737ce369fc73dd7d5a7594c2 (patch)
treee8f55ffa2d903cf61169f4383e2d0fb709e85128 /tests/test_content_types.py
parent901d079857d48cb0b82971d0971356f936a01be8 (diff)
downloadkeystone-0fb017a095a24842737ce369fc73dd7d5a7594c2.tar.gz
keystone-0fb017a095a24842737ce369fc73dd7d5a7594c2.tar.xz
keystone-0fb017a095a24842737ce369fc73dd7d5a7594c2.zip
add missing kvs functionality (bug1119770)
add list_projects mod list_groups, list_domains, get_project_users to match sql response not adding list_user_projects fix list_projects to return refs drop get_projects and get_all_projects Change-Id: Ifa1433918b8770cd7d59f36f71f2e6b935625ae5
Diffstat (limited to 'tests/test_content_types.py')
-rw-r--r--tests/test_content_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index 73b2fae2..975f8128 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -509,7 +509,7 @@ class CoreApiTests(object):
def test_invalid_parameter_error_response(self):
token = self.get_scoped_token()
bad_body = {
- 'OS-KSADM:serviceBAD': {
+ 'OS-KSADM:service%s' % uuid.uuid4().hex: {
'name': uuid.uuid4().hex,
'type': uuid.uuid4().hex,
},