jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/577696 )
Change subject: [tests] Replace seattlewiki with opensprints wiki ......................................................................
[tests] Replace seattlewiki with opensprints wiki
seattlewiki.org/wiki is redirected and no longer outputs 404 status code. Replace it with opensprints wiki.
Bug: T247140 Change-Id: I09a87699b3c68a61b3d8ca825ad0bffe0750884c --- M tests/site_detect_tests.py 1 file changed, 3 insertions(+), 3 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 d1a1c04..a5f6230 100644 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -253,9 +253,9 @@
"""Test offline sites."""
- def test_seattlewiki(self): - """Test detection of MediaWiki sites for seattlewiki.org.""" - self.assertNoSite('http://seattlewiki.org/wiki/$1') + def test_opensprints_wiki(self): + """Test detection of MediaWiki sites for wiki.opensprints.org.""" + self.assertNoSite('http://wiki.opensprints.org/index.php?title=$1')
class OtherSiteTestCase(SiteDetectionTestCase):
pywikibot-commits@lists.wikimedia.org