There was an error while loading. Please reload this page.
2 parents 5eede85 + 1d94009 commit 63f8d9bCopy full SHA for 63f8d9b
1 file changed
website/static/code-examples/requests/restful_booker.robot
@@ -20,7 +20,7 @@ Get Bookings from Restful Booker
20
21
Create a Booking at Restful Booker
22
${booking_dates} Create Dictionary checkin=2022-12-31 checkout=2023-01-01
23
- ${body} Create Dictionary firstname=Hans lastname=Gruber totalprice=200 depositpaid=false bookingdates=${booking_dates}
+ ${body} Create Dictionary firstname=Hans lastname=Gruber totalprice=200 depositpaid=${FALSE} bookingdates=${booking_dates}
24
${response} POST url=https://restful-booker.herokuapp.com/booking json=${body}
25
${id} Set Variable ${response.json()}[bookingid]
26
Set Suite Variable ${id}
0 commit comments