All methods are in the right class
This commit is contained in:
parent
0d541e82a5
commit
7f59443b64
12 changed files with 585 additions and 1729 deletions
|
@ -33,7 +33,7 @@ def test_cancellation(club, user, booking_filter):
|
|||
"CLUB_ID": "tpc",
|
||||
"ACTION": "book",
|
||||
"SPORT_NAME": "Padel",
|
||||
"DATE_TIME": "2024-03-21T13:30:00+01:00",
|
||||
"DATE_TIME": "2024-03-28T13:30:00+01:00",
|
||||
},
|
||||
clear=True,
|
||||
)
|
||||
|
@ -49,7 +49,7 @@ def test_main_booking():
|
|||
"CLUB_ID": "tpc",
|
||||
"ACTION": "cancel",
|
||||
"SPORT_NAME": "Padel",
|
||||
"DATE_TIME": "2024-03-21T13:30:00+01:00",
|
||||
"DATE_TIME": "2024-03-28T13:30:00+01:00",
|
||||
"LOGIN": "padel.testing@jouf.fr",
|
||||
"PASSWORD": "ridicule",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue