Private
Public Access
1
0
This commit is contained in:
2024-05-21 08:51:50 +02:00
parent 7733298f5c
commit 59ab7aaae4
10 changed files with 91 additions and 26 deletions

View File

@@ -34,6 +34,9 @@ class DataTest(TestCase):
'workouttype':'water',
'rpe':1,
'boattype':'1x',
'boatname': 'BOAT1',
'empowerside': 'port',
'seatnumber': 4,
'private':False,
}
form = WorkoutForm(data=form_data)