API - fix typo

This commit is contained in:
Sam
2022-06-11 11:33:08 +02:00
parent 68d2582bfe
commit 5874933643
6 changed files with 48 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ def get_random_short_id() -> str:
return encode_uuid(uuid4())
def post_an_workout(
def post_a_workout(
app: Flask, gpx_file: str, notes: Optional[str] = None
) -> Tuple[str, str]:
client = app.test_client()