[Bugfix] Fix broken tests

This commit is contained in:
2018-07-23 12:58:12 +02:00
parent 4c3ec0564f
commit 11bd30e01f
3 changed files with 9 additions and 18 deletions

View File

@@ -25,4 +25,4 @@ def test_index_no_login(client):
"""
page = client.get('/')
assert b'Welcome to Calendar.social' in page.data
assert b'Peek inside' in page.data