going through the tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user