diff options
Diffstat (limited to 'repoze/bfg/tests/test_push.py')
| -rw-r--r-- | repoze/bfg/tests/test_push.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_push.py b/repoze/bfg/tests/test_push.py index 907503983..3dc456b58 100644 --- a/repoze/bfg/tests/test_push.py +++ b/repoze/bfg/tests/test_push.py @@ -31,7 +31,7 @@ class Test_pushpage(unittest.TestCase, PlacelessSetup): pp = self._makeOne('pp.pt') wrapped = pp(to_wrap) response = wrapped(object(), object()) - self.assertEqual(response.body, '<p>WRAPPED</p>') + self.assertEqual(response.body, '<p>WRAPPED</p>\n') def to_wrap(context, request): return {'wrapped': 'WRAPPED'} |
