Private
Public Access
1
0

going through the tests

This commit is contained in:
2024-12-31 12:47:44 +01:00
parent 2759fd56eb
commit 58f66fbd11
9 changed files with 62 additions and 84 deletions

View File

@@ -191,7 +191,7 @@ def get_garmin_workout_list(user): # pragma: no cover
def garmin_can_export_session(user):
if user.rower.rowerplan not in ['coach', 'plan']:
if user.rower.rowerplan != 'pro':
return False # pragma: no cover
result = get_garmin_permissions(user)
if 'WORKOUT_IMPORT' in result: