diff options
| author | stepshal <nessento@openmailbox.org> | 2016-07-11 20:29:47 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-07-11 23:53:13 +0700 |
| commit | b3ab221b9808ba2b7b01d417210af9b9527e661c (patch) | |
| tree | 6ee035fb32906228376d9473e8524e8ed2be745a /tests/unit/engines/test_dailymotion.py | |
| parent | 3fd405dcd3fd46d5b6f2fe1df625eedf0f1fbe02 (diff) | |
Fix anomalous backslash in string
Diffstat (limited to 'tests/unit/engines/test_dailymotion.py')
| -rw-r--r-- | tests/unit/engines/test_dailymotion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_dailymotion.py b/tests/unit/engines/test_dailymotion.py index 4c31ff5d5..368b3a7a5 100644 --- a/tests/unit/engines/test_dailymotion.py +++ b/tests/unit/engines/test_dailymotion.py @@ -62,7 +62,7 @@ class TestDailymotionEngine(SearxTestCase): self.assertEqual(results[0]['content'], 'Description') self.assertIn('x2fit7q', results[0]['embedded']) - json = """ + json = r""" {"toto":[ {"id":200,"name":"Artist Name", "link":"http:\/\/www.dailymotion.com\/artist\/1217","type":"artist"} |