Skip to content

Commit

Permalink
[tests] test that https://wikimediafoundation.org/$1 is not a wiki
Browse files Browse the repository at this point in the history
Bug: T356013
Change-Id: I0307691ee34dad5e1c2b7a128ed6b759658fb70a
  • Loading branch information
xqt committed Jan 31, 2024
1 parent 75ea637 commit d145fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/site_detect_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class MediaWikiSiteTestCase(SiteDetectionTestCase):
'http://www.merriam-webster.com/'
'cgi-bin/dictionary?book=Dictionary&va=$1',
'http://arxiv.org/abs/$1',
# looks like a MW site but isn't, api is redirected to
# https://foundation.wikimedia.org
'https://wikimediafoundation.org/$1',
)

failing_sites = [
Expand Down

0 comments on commit d145fad

Please sign in to comment.