upload zip archive from strava
This commit is contained in:
@@ -27,5 +27,6 @@ def test_edit_app_has_routes():
|
||||
from bincio.edit.server import app
|
||||
paths = {r.path for r in app.routes}
|
||||
assert "/api/upload" in paths
|
||||
assert "/api/upload/strava-zip" in paths
|
||||
assert "/api/activity/{activity_id}" in paths
|
||||
assert "/api/strava/sync" in paths
|
||||
|
||||
Reference in New Issue
Block a user