forked from orbit-oss/flask
Removed useless code
This commit is contained in:
parent
190059c8f0
commit
bf52a17902
2 changed files with 0 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ class FlaskrTestCase(unittest.TestCase):
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue