jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108100?usp=email )

Change subject: tests: update memento_tests.py
......................................................................

tests: update memento_tests.py

Bug: T382943
Change-Id: I4807a3e77a56c03acda7ff3a8137e4f890c0dedb
---
M tests/memento_tests.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/tests/memento_tests.py b/tests/memento_tests.py
index fdeb5e4..84f8d5c 100755
--- a/tests/memento_tests.py
+++ b/tests/memento_tests.py
@@ -52,7 +52,8 @@
                                                 date_string=dt)
         parsed = urlparse(archivedversion)
         self.assertIn(parsed.scheme, ['http', 'https'])
-        self.assertEqual(parsed.netloc, 'wayback.library.yorku.ca')
+        self.assertIn(parsed.netloc, ['wayback.library.yorku.ca',
+                                      'web.archive.org'])


 class TestMementoDefault(MementoTestCase):

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108100?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4807a3e77a56c03acda7ff3a8137e4f890c0dedb
Gerrit-Change-Number: 1108100
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to