Skip to content

Commit

Permalink
Merge "tests: update memento_tests.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jan 3, 2025
2 parents 457f3cb + ba3c549 commit b3c2f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/memento_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def test_newest(self):
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):
Expand Down

0 comments on commit b3c2f88

Please sign in to comment.