going through the tests
This commit is contained in:
@@ -56,7 +56,7 @@ class StravaPrivacy(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach',subscription_id=1)
|
||||
rowerplan='pro',subscription_id=1)
|
||||
|
||||
self.r.stravatoken = '12'
|
||||
self.r.stravarefreshtoken = '123'
|
||||
@@ -77,7 +77,7 @@ class StravaPrivacy(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach',clubsize=3)
|
||||
rowerplan='pro',clubsize=3)
|
||||
|
||||
self.r3 = Rower.objects.create(user=self.u3,
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
|
||||
Reference in New Issue
Block a user