mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
Fix anomalous backslash in string
This commit is contained in:
@@ -118,7 +118,7 @@ class TestMediawikiEngine(SearxTestCase):
|
||||
self.assertEqual(type(results), list)
|
||||
self.assertEqual(len(results), 0)
|
||||
|
||||
json = """
|
||||
json = r"""
|
||||
{"toto":[
|
||||
{"id":200,"name":"Artist Name",
|
||||
"link":"http:\/\/www.mediawiki.com\/artist\/1217","type":"artist"}
|
||||
|
||||
Reference in New Issue
Block a user