diff --git a/playground/dan/pizza-palace/test_pizza_palace.json b/playground/dan/pizza-palace/test_pizza_palace.json index 69f77af3..0d3568fb 100644 --- a/playground/dan/pizza-palace/test_pizza_palace.json +++ b/playground/dan/pizza-palace/test_pizza_palace.json @@ -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"} } } \ No newline at end of file