Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 15, 2023
1 parent c182fd9 commit 859565a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_archive_api/test_memento.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def test_google_2023_response():
response = api.load_url(url, timestamp)
assert response is not None
assert match(
r"https://web\.archive\.org/web/20230101000000/https?://?www\.google\.com/",
r"https://web\.archive\.org/web/20230101000000/"
r"https?://?www\.google\.com/",
response.url)
assert response.status_code == 200
assert response.text.startswith("<!doctype html>")
Expand Down

0 comments on commit 859565a

Please sign in to comment.