mirror of https://gitlab.com/litecord/litecord.git
tests.test_main: remove 'hewwo' content check
This commit is contained in:
parent
9252f60ee6
commit
54fc80ea4e
|
|
@ -6,4 +6,3 @@ async def test_index(test_cli):
|
||||||
"""Test if the main index page works."""
|
"""Test if the main index page works."""
|
||||||
resp = await test_cli.get('/')
|
resp = await test_cli.get('/')
|
||||||
assert resp.status_code == 200
|
assert resp.status_code == 200
|
||||||
assert (await resp.get_data()).decode() == 'hewwo'
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue