Skip to content

Commit

Permalink
tests: memento is not deterministic, therefore the result cannot be t…
Browse files Browse the repository at this point in the history
…ested

Change-Id: Ifa2fc0114e49e23efd63886e782e5bfae9e2b9e3
  • Loading branch information
xqt committed Jan 4, 2025
1 parent 55a8179 commit 8d3b480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/memento_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def test_newest(self):
date_string=dt)
parsed = urlparse(archivedversion)
self.assertIn(parsed.scheme, ['http', 'https'])
self.assertIn(parsed.netloc, ['wayback.library.yorku.ca',
'web.archive.org'])


class TestMementoDefault(MementoTestCase):
Expand Down

0 comments on commit 8d3b480

Please sign in to comment.