Wikifetch: update URL for commons.wikimedia.org test, as the old one has been removed

This commit is contained in:
James Lu 2017-06-03 17:47:06 -07:00
parent 092055d491
commit b79ddf2f7e

View File

@ -101,7 +101,7 @@ if network:
self.assertNotError('wiki --site mediawiki.org Sites using MediaWiki')
def testWikimediaCommons(self):
self.assertNotError('wiki --site commons.wikimedia.org Commons:Photo_challenge')
self.assertNotError('wiki --site commons.wikimedia.org Commons:Picture of the Year/2016')
self.assertNotError('wiki --site commons.wikimedia.org America')
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: