From d5f498bfcbf16bb9ef6f604258b4013a69462e83 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 18 Mar 2017 23:52:38 -0700 Subject: [PATCH] Wikifetch: switch to a different article for testMediaWiki --- Wikifetch/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wikifetch/test.py b/Wikifetch/test.py index a31f3a1..8c93547 100644 --- a/Wikifetch/test.py +++ b/Wikifetch/test.py @@ -102,6 +102,6 @@ if network: def testWikimediaCommons(self): self.assertNotError('wiki --site commons.wikimedia.org Commons:Photo_challenge') - self.assertNotError('wiki --site commons.wikimedia.org Food') + self.assertNotError('wiki --site commons.wikimedia.org America') # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: