summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
diff options
context:
space:
mode:
authorgalstrom21 <jshepher@rackspace.com>2013-06-12 12:39:48 -0500
committergalstrom21 <jshepher@rackspace.com>2013-06-12 12:45:47 -0500
commit716f4027ee57c146f3b472f1edae0c11503240c3 (patch)
tree91032232593d8740ea11721c09bbeea49d7864c7 /tests/test_content_types.py
parent6111bc9dfe374a0dae7839a325246df8abfb5aa3 (diff)
downloadkeystone-716f4027ee57c146f3b472f1edae0c11503240c3.tar.gz
keystone-716f4027ee57c146f3b472f1edae0c11503240c3.tar.xz
keystone-716f4027ee57c146f3b472f1edae0c11503240c3.zip
Add checks to test if enabled is bool
fixes: bug #1167593 Change-Id: Ie18fa17f16383f31d8aa083e69fa501d80eb4553
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 d4cc1d81..c3b804a7 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -1051,7 +1051,7 @@ class XmlTestCase(RestfulTestCase, CoreApiTests):
{"tenant":{
"name":"test1",
"description":"",
- "enabled":"true"}
+ "enabled":true}
}
""",
convert=False)