fix test for 88b77ff
This commit is contained in:
parent
83f7c0201f
commit
5744a79e4d
@ -50,7 +50,7 @@ class TestComments(unittest.TestCase):
|
|||||||
rv = json.loads(r.data)
|
rv = json.loads(r.data)
|
||||||
|
|
||||||
assert rv['id'] == 1
|
assert rv['id'] == 1
|
||||||
assert rv['text'] == 'Lorem ipsum ...'
|
assert rv['text'] == '<p>Lorem ipsum ...</p>\n'
|
||||||
|
|
||||||
def testCreate(self):
|
def testCreate(self):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user