Private
Public Access
1
0

further testing passing

This commit is contained in:
Sander Roosendaal
2020-01-15 21:36:27 +01:00
parent ec8a7cfdd1
commit 4ad334dce7
4 changed files with 8 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ class SimpleViewTest(TestCase):
birthdate=faker.profile()['birthdate'],
gdproptin=True,surveydone=True,
gdproptindate=timezone.now(),
protrialexpires=datetime.date(1970,1,1),
plantrialexpires=datetime.date(1970,1,1),
rowerplan='basic')
self.c = Client()