Page MenuHomePhabricator

site_tests.py::TestSiteGenerators::test_unconnected is failing
Closed, DuplicatePublic

Description

https://travis-ci.org/magul/pywikibot-core/jobs/220217389

if revisions:
    sitelinks = json.loads(revisions[0].text)['sitelinks']
    self.assertNotIn(
        self.site.dbName(), sitelinks,
        'Page "{0}" is connected to a Wikibase '
        'repository'.format(page.title()))

> AssertionError: 'enwiki' unexpectedly found in {'enwiki': {'title': 'Andrew Benke', 'badges': [], 'site': 'enwiki'}} : Page "Andrew Benke" is connected to a Wikibase repository