Booking can be made as early as possible depending on the club booking opening
This commit is contained in:
parent
fc11a1e1eb
commit
8562e101b4
5 changed files with 171 additions and 13 deletions
|
@ -14,7 +14,8 @@ club = Club(id="123", url=url, courts_ids=[606, 607, 608])
|
|||
|
||||
courts = [606, 607, 608]
|
||||
sport_id = 217
|
||||
booking_date = pendulum.now().add(days=6).set(hour=18, minute=0, second=0)
|
||||
tz_info = "Europe/Paris"
|
||||
booking_date = pendulum.now().add(days=6).set(hour=18, minute=0, second=0, tz=tz_info)
|
||||
booking_filter = BookingFilter(sport_id=sport_id, date=booking_date)
|
||||
|
||||
booking_failure_response = json.dumps(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue