diff --git a/tests/functional_tests.py b/tests/functional_tests.py index 34ecf31..ad60d21 100644 --- a/tests/functional_tests.py +++ b/tests/functional_tests.py @@ -35,7 +35,7 @@ def test_page_with_card_metadata(client): response = client.get('/more-metadata') assert response.status_code == 200 assert b'' in response.data - assert b'' in response.data + assert b'' in response.data assert b'' in response.data diff --git a/tests/instance/pages/more-metadata.md b/tests/instance/pages/more-metadata.md index aae340b..550ccec 100644 --- a/tests/instance/pages/more-metadata.md +++ b/tests/instance/pages/more-metadata.md @@ -1,5 +1,6 @@ Title: title for the page Description: description of this page + made even longer Image: http://buh.com/test.img hello