Skip to content

Commit

Permalink
[tests] Fix MediaWikiSiteTestCase.test_proofreadwiki
Browse files Browse the repository at this point in the history
http://www.proofwiki.org is not reachable, use
http://proofwiki.org instead

Change-Id: Id44b03a8688c84c665c93581b659d73b5436d012
  • Loading branch information
xqt committed Jul 29, 2024
1 parent 11d0d08 commit 7d071c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/site_detect_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_proofreadwiki(self):
"""Test detection of proofwiki.org site."""
if os.getenv('GITHUB_ACTIONS'):
self.skipTest('Skip test on github due to T331223')
self.assertSite('http://www.proofwiki.org/wiki/$1')
self.assertSite('http://proofwiki.org/wiki/$1')

def test_non_standard_version_sites(self):
"""Test detection of non standard MediaWiki sites."""
Expand Down

0 comments on commit 7d071c0

Please sign in to comment.