diff --git a/rowers/tests/test_aworkouts.py b/rowers/tests/test_aworkouts.py index dab07b99..1a9d36f4 100644 --- a/rowers/tests/test_aworkouts.py +++ b/rowers/tests/test_aworkouts.py @@ -396,6 +396,7 @@ class WorkoutViewTest(TestCase): 'quick_calc':True, 'boattype': '1x', 'weightvalue': 75.0, + 'boatbrand':'maas', } form = AdvancedWorkoutForm(form_data)