From b79ddf2f7e0957efe1ab726e64e7880a07649589 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 3 Jun 2017 17:47:06 -0700 Subject: [PATCH] Wikifetch: update URL for commons.wikimedia.org test, as the old one has been removed --- Wikifetch/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wikifetch/test.py b/Wikifetch/test.py index 27bf2c5..bb9fbbd 100644 --- a/Wikifetch/test.py +++ b/Wikifetch/test.py @@ -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: