Private
Public Access
1
0

adding race map view test and correcting C2 time export

This commit is contained in:
Sander Roosendaal
2021-04-13 08:10:14 +02:00
parent b9e573ce23
commit 5b199a8b07
6 changed files with 20 additions and 11 deletions

View File

@@ -635,6 +635,10 @@ class ChallengesTest(TestCase):
self.assertEqual(response.status_code, 200)
# map compare
url = reverse('virtualevent_mapcompare_view',kwargs={'id':race.id})
response = self.c.get(url)
self.assertEqual(response.status_code,200)
# add boat