tests.test_main: remove 'hewwo' content check

This commit is contained in:
Luna Mendes 2018-11-21 22:06:10 -03:00
parent 9252f60ee6
commit 54fc80ea4e
1 changed files with 0 additions and 1 deletions

View File

@ -6,4 +6,3 @@ async def test_index(test_cli):
"""Test if the main index page works."""
resp = await test_cli.get('/')
assert resp.status_code == 200
assert (await resp.get_data()).decode() == 'hewwo'