jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/387008 )
Change subject: pagegenerators_tests.py: Update the expected search result ......................................................................
pagegenerators_tests.py: Update the expected search result
Bug: T179232 Change-Id: I2a72a36f87b621007cb15af8986635b008bd453a --- M tests/pagegenerators_tests.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tests/pagegenerators_tests.py b/tests/pagegenerators_tests.py index b88770a..92b530c 100755 --- a/tests/pagegenerators_tests.py +++ b/tests/pagegenerators_tests.py @@ -1241,9 +1241,9 @@ # American Broadcasting Company page1 = next(gen) self.assertEqual(page1.title(), 'Q169889') - # ABC disambiguation + # Australian Broadcasting Corporation page2 = next(gen) - self.assertEqual(page2.title(), 'Q286874') + self.assertEqual(page2.title(), 'Q781365')
def test_get_category_site(self): """Test the getCategory method."""