going through the tests
This commit is contained in:
@@ -26,7 +26,7 @@ class EmailUpload(TestCase):
|
||||
birthdate = faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
nu = datetime.datetime.now()
|
||||
|
||||
@@ -208,7 +208,7 @@ class EmailTests(TestCase):
|
||||
birthdate = faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
nu = datetime.datetime.now()
|
||||
a2 = 'media/mailbox_attachments/colin3.csv'
|
||||
|
||||
Reference in New Issue
Block a user