mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' of gitlab.com:josepal/litecord
This commit is contained in:
commit
450066a164
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue