Skip to content

Commit 63f8d9b

Browse files
authored
Merge pull request #99 from Geryke18/fix-boolean-docs-example
${FALSE} instead of false in boolean
2 parents 5eede85 + 1d94009 commit 63f8d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/static/code-examples/requests/restful_booker.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get Bookings from Restful Booker
2020

2121
Create a Booking at Restful Booker
2222
${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}
23+
${body} Create Dictionary firstname=Hans lastname=Gruber totalprice=200 depositpaid=${FALSE} bookingdates=${booking_dates}
2424
${response} POST url=https://restful-booker.herokuapp.com/booking json=${body}
2525
${id} Set Variable ${response.json()}[bookingid]
2626
Set Suite Variable ${id}

0 commit comments

Comments
 (0)