diff --git a/specs/test_comment.py b/specs/test_comment.py index 7c63096..40bc6a4 100644 --- a/specs/test_comment.py +++ b/specs/test_comment.py @@ -50,7 +50,7 @@ class TestComments(unittest.TestCase): rv = json.loads(r.data) assert rv['id'] == 1 - assert rv['text'] == 'Lorem ipsum ...' + assert rv['text'] == '
Lorem ipsum ...
\n' def testCreate(self):