Private
Public Access
1
0

passing url tests

This commit is contained in:
Sander Roosendaal
2019-01-12 10:56:14 +01:00
parent 909143f6b9
commit 018ee43fdb
17 changed files with 81 additions and 78 deletions

View File

@@ -162,7 +162,7 @@ class CPChartTest(TestCase):
self.assertRedirects(response,
expected_url='/rowers/workout/{id}/edit/'.format(
id=workout_expected_id),
id=encoder.encode_hex(workout_expected_id)),
status_code=302,target_status_code=200)
# add some tests of complex form data (no hr, no spm, zero spm, etc)