From 90b6e9aeb7b78033890097c6cb6cb45904a2f152 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Sep 2011 05:34:45 -0400 Subject: coverage --- pyramid/tests/test_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_request.py b/pyramid/tests/test_request.py index 56b1349bb..5a11acd07 100644 --- a/pyramid/tests/test_request.py +++ b/pyramid/tests/test_request.py @@ -256,7 +256,7 @@ class TestRequest(unittest.TestCase): b'/\xe6\xb5\x81\xe8\xa1\x8c\xe8\xb6\x8b\xe5\x8a\xbf', 'utf-8' ) - if PY3: + if PY3: # pragma: no cover body = bytes(json.dumps({'a':inp}), 'utf-16') else: body = json.dumps({'a':inp}).decode('utf-8').encode('utf-16') -- cgit v1.2.3