Skip to content

Commit

Permalink
fix save test for archive_url
Browse files Browse the repository at this point in the history
  • Loading branch information
akamhy committed Feb 17, 2022
1 parent 4486123 commit e94da0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_save_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,5 @@ def test_archive_url() -> None:
save_api.saved_archive = (
"https://web.archive.org/web/20220124063056/https://example.com/"
)
save_api._archive_url = save_api.saved_archive
assert save_api.archive_url == save_api.saved_archive

0 comments on commit e94da0c

Please sign in to comment.