summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenca24 <Vaclav.Zouzalik@seznam.cz>2018-11-22 13:18:18 +0100
committerVenca24 <Vaclav.Zouzalik@seznam.cz>2018-11-22 13:18:18 +0100
commitcee15f03755c8e360883918b38e6080c0dce800e (patch)
tree39385f8eae63ab1888b83f3a404eca3296503c70
parent0bdf090ed70ee0c3bf9e42dab0679fe67a1a50f6 (diff)
downloadsearxng-cee15f03755c8e360883918b38e6080c0dce800e.tar.gz
searxng-cee15f03755c8e360883918b38e6080c0dce800e.zip
[fix] google videos test
-rw-r--r--tests/unit/engines/test_google_videos.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/engines/test_google_videos.py b/tests/unit/engines/test_google_videos.py
index a48e9a755..dde4e21b0 100644
--- a/tests/unit/engines/test_google_videos.py
+++ b/tests/unit/engines/test_google_videos.py
@@ -30,16 +30,16 @@ class TestGoogleVideosEngine(SearxTestCase):
<div>
<div>
<div class="g">
- <div>
- <h3><a href="url_1">Title 1</h3>
+ <div class="r">
+ <a href="url_1"><h3>Title 1</h3></a>
</div>
<div>
<span class="st">Content 1</span>
</div>
</div>
<div class="g">
- <div>
- <h3><a href="url_2">Title 2</h3>
+ <div class="r">
+ <a href="url_2"><h3>Title 2</h3></a>
</div>
<div>
<span class="st">Content 2</span>