diff --git a/searx/tests/engines/test_wolframalpha_noapi.py b/searx/tests/engines/test_wolframalpha_noapi.py index b2ae5469e..237f578db 100644 --- a/searx/tests/engines/test_wolframalpha_noapi.py +++ b/searx/tests/engines/test_wolframalpha_noapi.py @@ -22,23 +22,23 @@ class TestWolframAlphaNoAPIEngine(SearxTestCase): self.assertRaises(AttributeError, wolframalpha_noapi.response, '') self.assertRaises(AttributeError, wolframalpha_noapi.response, '[]') - html = """ - - Parangaricutirimícuaro - Wolfram|Alpha - - -
-

Wolfram|Alpha doesn't know how to interpret your input.

-
-
- Tip:  - Check your spelling, and use English - -
-
-
- - + html = """ + + Parangaricutirimícuaro - Wolfram|Alpha + + +
+

Wolfram|Alpha doesn't know how to interpret your input.

+
+
+ Tip:  + Check your spelling, and use English + +
+
+
+ + """ response = mock.Mock(text=html)