User: dan@sartography.com clicked save for playground/dan/pizza-palace/test_pizza_palace.json

This commit is contained in:
sartography-automated-committer 2023-11-20 19:44:14 +00:00
parent 96f6778d7f
commit c4f059621c
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@
"tasks": {
"Process_pizza_palace:user_form": {
"data": [{ "pizza_size": "large", "toppings":["pepperoni"] }]
},
"payment_process:get_payment_type": {
"data": [{"payment_type": "credit"}]
}
},
"expected_output_json": { "pizza_size": "large", "toppings":["pepperoni"] }
"expected_output_json": { "pizza_size": "large", "toppings":["pepperoni"], "payment_type":"credit"}
}
}