summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_flickr_noapi.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-18 22:27:17 +0200
committerGitHub <noreply@github.com>2016-07-18 22:27:17 +0200
commitaa09f963eb8220f866334779f61741da8926fcf2 (patch)
tree37b9c3658374d6b8499be7713c8dc52c66e0be72 /tests/unit/engines/test_flickr_noapi.py
parent21c5fb1c4514444a7c4fdecd84874f2b7c367f38 (diff)
parentb3ab221b9808ba2b7b01d417210af9b9527e661c (diff)
Merge pull request #621 from stepshal/anomalous-backslash-in-string
Fix anomalous backslash in string
Diffstat (limited to 'tests/unit/engines/test_flickr_noapi.py')
-rw-r--r--tests/unit/engines/test_flickr_noapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_flickr_noapi.py b/tests/unit/engines/test_flickr_noapi.py
index 3b337a2d8..42f38f90b 100644
--- a/tests/unit/engines/test_flickr_noapi.py
+++ b/tests/unit/engines/test_flickr_noapi.py
@@ -316,7 +316,7 @@ class TestFlickrNoapiEngine(SearxTestCase):
self.assertEqual(len(results), 0)
# garbage test
- json = """
+ json = r"""
{"toto":[
{"id":200,"name":"Artist Name",
"link":"http:\/\/www.flickr.com\/artist\/1217","type":"artist"}