summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_content_types.py')
-rw-r--r--tests/test_content_types.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index 73771569..95a78ab0 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -989,9 +989,7 @@ class XmlTestCase(RestfulTestCase, CoreApiTests):
convert=False)
def test_add_tenant_xml(self):
- """
- verify create a tenant without providing description field
- """
+ """Create a tenant without providing description field."""
token = self.get_scoped_token()
r = self.admin_request(
method='POST',
@@ -1014,9 +1012,7 @@ class XmlTestCase(RestfulTestCase, CoreApiTests):
self.assertEqual(r.result['tenant'].get('description'), "")
def test_add_tenant_json(self):
- """
- verify create a tenant without providing description field
- """
+ """Create a tenant without providing description field."""
token = self.get_scoped_token()
r = self.admin_request(
method='POST',