diff --git a/plugins/DDG/test.py b/plugins/DDG/test.py index 596348e80..ab1b293c5 100644 --- a/plugins/DDG/test.py +++ b/plugins/DDG/test.py @@ -38,5 +38,9 @@ class DDGTestCase(PluginTestCase): def testSearch(self): self.assertRegexp( 'ddg search wikipedia', 'Wikipedia.*? - .*?https?\:\/\/') + self.assertRegexp( + 'ddg search en.wikipedia.org', + 'Wikipedia, the free encyclopedia\x02 - ' + '.* ') # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: