jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/756154 )
Change subject: [tests] change url for ecoreality.org tests ......................................................................
[tests] change url for ecoreality.org tests
Bug: T299852 Change-Id: I741f101975b4ef41c65c4264f776f49aabe4837f --- M tests/site_detect_tests.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py index b675b51..8015f66 100644 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -120,7 +120,7 @@
api.php is not available. Anyway the wiki is outdated. """ - self.assertNoSite('http://www.ecoreality.org/wiki/$1') # v1.16.2 + self.assertNoSite('http://ecoreality.org/wiki/$1') # v1.16.2
class PreAPISiteTestCase(SiteDetectionTestCase): @@ -162,7 +162,7 @@ api.php is not available. HTML looks like it has an API, but redirect rules prevent access. """ - self.assertNoSite('http://www.EcoReality.org/wiki/$1') + self.assertNoSite('http://EcoReality.org/wiki/$1')
class FailingSiteTestCase(SiteDetectionTestCase):
pywikibot-commits@lists.wikimedia.org