diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-04-09 09:34:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-09 09:34:26 +0200 |
| commit | e5def5b0191a36315d300457cdfdf68aebbc9a4c (patch) | |
| tree | 3a969551bf2f3c899b12dd5a5ea2522f7b605942 /tests/unit/engines/test_google_news.py | |
| parent | 283f6c905340087d7511bfcdb815c0b4183bcdda (diff) | |
| parent | 96877862269f35aefc0b3ca7a7cb8812b1555dc4 (diff) | |
Merge pull request #1260 from MarcAbonce/engine-fixes
[fix] Engine fixes
Diffstat (limited to 'tests/unit/engines/test_google_news.py')
| -rw-r--r-- | tests/unit/engines/test_google_news.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/engines/test_google_news.py b/tests/unit/engines/test_google_news.py index fbc6d344d..a041a79b9 100644 --- a/tests/unit/engines/test_google_news.py +++ b/tests/unit/engines/test_google_news.py @@ -42,7 +42,7 @@ class TestGoogleNewsEngine(SearxTestCase): <div class="ts _JGs _JHs _tJs _KGs _jHs"> <div class="_hJs"> <h3 class="r _gJs"> - <a class="l _PMs" href="https://example.com/" onmousedown="return rwt(this,'','','','11','AFQjCNEyehpzD5cJK1KUfXBx9RmsbqqG9g','','0ahUKEwjB58OR54HWAhWnKJoKHSQhAMY4ChCpAggiKAAwAA','','',event)">Example title</a> + <a class="l lLrAF" href="https://example.com/" onmousedown="return rwt(this,'','','','11','AFQjCNEyehpzD5cJK1KUfXBx9RmsbqqG9g','','0ahUKEwjB58OR54HWAhWnKJoKHSQhAMY4ChCpAggiKAAwAA','','',event)">Example title</a> </h3> <div class="slp"> <span class="_OHs _PHs"> @@ -63,7 +63,7 @@ class TestGoogleNewsEngine(SearxTestCase): </a> <div class="_hJs"> <h3 class="r _gJs"> - <a class="l _PMs" href="https://example2.com/" onmousedown="return rwt(this,'','','','12','AFQjCNHObfH7sYmLWI1SC-YhWXKZFRzRjw','','0ahUKEwjB58OR54HWAhWnKJoKHSQhAMY4ChCpAgglKAAwAQ','','',event)">Example title 2</a> + <a class="l lLrAF" href="https://example2.com/" onmousedown="return rwt(this,'','','','12','AFQjCNHObfH7sYmLWI1SC-YhWXKZFRzRjw','','0ahUKEwjB58OR54HWAhWnKJoKHSQhAMY4ChCpAgglKAAwAQ','','',event)">Example title 2</a> </h3> <div class="slp"> <span class="_OHs _PHs"> |