From 743850604ad5194bbf630f4917c61401f7ad8a5c Mon Sep 17 00:00:00 2001 From: Vincent Hou Date: Wed, 12 Sep 2012 11:13:05 +0800 Subject: Add XML namespace support for OSADM service api. Fixes Bug1042144. Change-Id: I0728cf8d0b38af973779beb952b3ef8475f2f0e1 --- tests/test_serializer.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/test_serializer.py') 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", -- cgit