Private
Public Access
1
0
This commit is contained in:
2024-12-30 15:01:07 +01:00
parent f7dcb08d4d
commit 8a2485d3b2
7 changed files with 45 additions and 231 deletions

View File

@@ -25,7 +25,7 @@ class URLTests(TestCase):
'sander@ds.ds',
'koeinsloot',
)
r = Rower.objects.create(user=u,rowerplan='coach',gdproptin=True, ftpset=True,
r = Rower.objects.create(user=u,rowerplan='pro',gdproptin=True, ftpset=True,
gdproptindate=timezone.now())
self.c = Client()
cs = courses.kmltocourse('rowers/tests/testdata/thyro.kml')