Skip to content

Commit

Permalink
Also verify Strava import activity
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Aug 8, 2024
1 parent 6ac6870 commit 42add67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_local_files(tmp_path) -> None:
def test_strava_export(tmp_path) -> None:
copy_testdata_to_basedir("Strava Export", tmp_path)
with webserver(tmp_path) as output:
for url in urls:
for url in urls + ["/activity/12070555079"]:
r = requests.get(base + url)
print(output.read())
assert r.ok, url

0 comments on commit 42add67

Please sign in to comment.