@ -162,7 +162,6 @@ like this::
text='<strong>HTML</strong> allowed here'
), follow_redirects=True)
assert 'No entries here so far' not in rv.data
self.login(flaskr.USERNAME, flaskr.PASSWORD)
assert '<Hello>' in rv.data
assert '<strong>HTML</strong> allowed here' in rv.data
@ -57,7 +57,6 @@ class FlaskrTestCase(unittest.TestCase):