summaryrefslogtreecommitdiffstats
path: root/tests/test_middleware.py
diff options
context:
space:
mode:
authorZhang Jinnan <ben.os@99cloud.net>2013-07-21 17:19:32 +0800
committerZhang Jinnan <ben.os@99cloud.net>2013-07-21 17:19:32 +0800
commit4d3dae48a077104412ba227f66c5f80802cd51c1 (patch)
treecf8574fd71054998f2414dcf5424c83e4603327e /tests/test_middleware.py
parent53ed50ddd0cdebd1b6329f47caac3c8d8b41cd7e (diff)
downloadkeystone-4d3dae48a077104412ba227f66c5f80802cd51c1.tar.gz
keystone-4d3dae48a077104412ba227f66c5f80802cd51c1.tar.xz
keystone-4d3dae48a077104412ba227f66c5f80802cd51c1.zip
Correct Spelling Mistake
Modified one spelling mistake in tests/test_middleware Change-Id: I4beffa77c38321a44b44d1893d2335319c23b5a5
Diffstat (limited to 'tests/test_middleware.py')
-rw-r--r--tests/test_middleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_middleware.py b/tests/test_middleware.py
index 38ba09e9..9f9d3fd2 100644
--- a/tests/test_middleware.py
+++ b/tests/test_middleware.py
@@ -154,7 +154,7 @@ class XmlBodyMiddlewareTest(test.TestCase):
self.assertTrue(jsonutils.loads(req.body))
def test_json_unnaffected(self):
- """JSON-only requests should be unnaffected by the XML middleware."""
+ """JSON-only requests should be unaffected by the XML middleware."""
content_type = 'application/json'
body = '{"container": {"attribute": "value"}}'
req = make_request(body=body, content_type=content_type, method='POST')