summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2019-01-04 22:03:00 +0100
committerGitHub <noreply@github.com>2019-01-04 22:03:00 +0100
commit5b81f7c2cce17c5579eff4922d211dfef55b3ff9 (patch)
tree18325a83065405c437802f33c0b7c6231cbe8139 /tests
parent83a06d276de3cbaa0dabc9eca990e1298140898a (diff)
parentcf8e2246010534b4cb617fe96d198f23d7d038dd (diff)
downloadsearxng-5b81f7c2cce17c5579eff4922d211dfef55b3ff9.tar.gz
searxng-5b81f7c2cce17c5579eff4922d211dfef55b3ff9.zip
Merge branch 'master' into bugfix_startpage
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/engines/test_bing_images.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/engines/test_bing_images.py b/tests/unit/engines/test_bing_images.py
index afc4cd6f0..cb1d550d9 100644
--- a/tests/unit/engines/test_bing_images.py
+++ b/tests/unit/engines/test_bing_images.py
@@ -52,7 +52,7 @@ class TestBingImagesEngine(SearxTestCase):
<li>
<div>
<div class="imgpt">
- <a m='{"purl":"page_url","murl":"img_url"}' mad='{"turl":"thumb_url"}'>
+ <a m='{"purl":"page_url","murl":"img_url","turl":"thumb_url"}'>
<img src="" alt="alt text" />
</a>
</div>
@@ -60,7 +60,7 @@ class TestBingImagesEngine(SearxTestCase):
</div>
<div>
<div class="imgpt">
- <a m='{"purl":"page_url2","murl":"img_url2"}' mad='{"turl":"thumb_url2"}'>
+ <a m='{"purl":"page_url2","murl":"img_url2","turl":"thumb_url2"}'>
<img src="" alt="alt text 2" />
</a>
</div>
@@ -71,7 +71,7 @@ class TestBingImagesEngine(SearxTestCase):
<li>
<div>
<div class="imgpt">
- <a m='{"purl":"page_url3","murl":"img_url3"}' mad='{"turl":"thumb_url3"}'>
+ <a m='{"purl":"page_url3","murl":"img_url3","turl":"thumb_url3"}'>
<img src="" alt="alt text 3" />
</a>
</div>