diff --git a/tests/unit/engines/test_startpage.py b/tests/unit/engines/test_startpage.py index 4a7ca5b6..4a8a443d 100644 --- a/tests/unit/engines/test_startpage.py +++ b/tests/unit/engines/test_startpage.py @@ -67,14 +67,14 @@ class TestStartpageEngine(SearxTestCase): self.assertEqual(results[0]['content'], 'This should be the content.') html = """ -
+
  • This should be the title

    -

    +

    This should be the content.

    @@ -92,20 +92,20 @@ class TestStartpageEngine(SearxTestCase): Mis en surbrillance

    -
  • -
    + +
  • -

    +

    This should be the content.

    www.speedtest.net/fr/

    -
  • -
    + +
  • This should be the title @@ -127,7 +127,7 @@ class TestStartpageEngine(SearxTestCase): Mis en surbrillance

    -

  • + """ response = mock.Mock(text=html.encode('utf-8')) results = startpage.response(response)