coverage changes
This commit is contained in:
@@ -309,7 +309,7 @@ class Command(BaseCommand):
|
||||
# Strava
|
||||
rowers = Rower.objects.filter(strava_auto_import=True)
|
||||
for r in rowers:
|
||||
if user_is_not_basic(r.user):
|
||||
if user_is_not_basic(r.user): # pragma: no cover
|
||||
stravastuff.get_strava_workouts(r)
|
||||
|
||||
self.stdout.write(self.style.SUCCESS(
|
||||
|
||||
Reference in New Issue
Block a user