We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b7f29 commit 3959645Copy full SHA for 3959645
tests/test_booking.py
@@ -51,8 +51,8 @@ def test_create_and_cancel_booking():
51
52
try:
53
now = _get_now_paris()
54
- booking_start = now + timedelta(seconds=16)
55
- booking_finish = booking_start + timedelta(seconds=20)
+ booking_start = now + timedelta(days=7)
+ booking_finish = booking_start + timedelta(hours=1)
56
booking_description = "my lovely booking"
57
58
session = client.create_session(
0 commit comments