Merge branch 'master' of gitlab.com:josepal/litecord

This commit is contained in:
Mary 2018-11-21 20:10:06 -05:00
commit 450066a164
No known key found for this signature in database
GPG Key ID: 630B32DB5F55FE31
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.""" """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'