fixing strava tests
This commit is contained in:
@@ -51,6 +51,9 @@ class CoursesTest(TestCase):
|
||||
response = self.c.get('/rowers/courses/1/')
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
response = self.c.get('/rowers/courses/1/map/')
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
form_data = {
|
||||
'name':'apekoers',
|
||||
'country':'United States of Atlantis',
|
||||
|
||||
Reference in New Issue
Block a user