Private
Public Access
1
0

bug fixes after testing

This commit is contained in:
Sander Roosendaal
2017-05-11 11:03:17 +02:00
parent bbe9ae4770
commit 514e54e814
2 changed files with 88 additions and 60 deletions

View File

@@ -702,7 +702,8 @@ class ViewTest(TestCase):
f.close()
self.assertRedirects(response, expected_url='/rowers/workout/upload/c/This%20C2%20logbook%20summary%20does%20not%20contain%20stroke%20data.%20Please%20download%20the%20Export%20Stroke%20Data%20file%20from%20the%20workout%20details%20on%20the%20C2%20logbook.',
self.assertRedirects(response,
expected_url='/rowers/workout/upload/',
status_code=302,target_status_code=200)
self.assertEqual(response.status_code, 200)