summaryrefslogtreecommitdiffstats
path: root/tests/test_serializer.py
diff options
context:
space:
mode:
authorVincent Hou <sbhou@cn.ibm.com>2012-09-12 11:13:05 +0800
committerVincent Hou <sbhou@cn.ibm.com>2012-09-13 16:37:15 +0800
commit743850604ad5194bbf630f4917c61401f7ad8a5c (patch)
tree1016700eeb9de6502e1673bbfe87165e532ddee5 /tests/test_serializer.py
parent8c15b0a35db43fca5cc3c13f31b483eb2a8c2132 (diff)
downloadkeystone-743850604ad5194bbf630f4917c61401f7ad8a5c.tar.gz
keystone-743850604ad5194bbf630f4917c61401f7ad8a5c.tar.xz
keystone-743850604ad5194bbf630f4917c61401f7ad8a5c.zip
Add XML namespace support for OSADM service api.
Fixes Bug1042144. Change-Id: I0728cf8d0b38af973779beb952b3ef8475f2f0e1
Diffstat (limited to 'tests/test_serializer.py')
-rw-r--r--tests/test_serializer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_serializer.py b/tests/test_serializer.py
index eb1e6e25..0a4ff66b 100644
--- a/tests/test_serializer.py
+++ b/tests/test_serializer.py
@@ -100,9 +100,7 @@ class XmlSerializerTestCase(test.TestCase):
xmlns = "http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0"
d = {
- # FIXME(dolph): should be...
- # "OS-KSADM:service": {
- "service": {
+ "OS-KSADM:service": {
"id": "123",
"name": "nova",
"type": "compute",