Skip to content

Commit 7eea88e

Browse files
committed
Add test payload
1 parent 8f4203d commit 7eea88e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

tests/data/create_booking.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"firstname": "John",
3+
"lastname": "Wick",
4+
"totalprice": 111,
5+
"depositpaid": true,
6+
"bookingdates": {
7+
"checkin": "2022-01-01",
8+
"checkout": "2023-01-01"
9+
},
10+
"additionalneeds": "Breakfast"
11+
}

tests/data/update_booking.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"firstname": "John",
3+
"lastname": "Wick",
4+
"totalprice": 111,
5+
"depositpaid": true,
6+
"bookingdates": {
7+
"checkin": "2022-01-01",
8+
"checkout": "2023-01-01"
9+
},
10+
"additionalneeds": "Dinner"
11+
}

0 commit comments

Comments
 (0)