User: dan@sartography.com clicked save for playground/dan/pizza-palace/test_pizza_palace.json
This commit is contained in:
parent
96f6778d7f
commit
c4f059621c
|
@ -3,8 +3,12 @@
|
|||
"tasks": {
|
||||
"Process_pizza_palace:user_form": {
|
||||
"data": [{ "pizza_size": "large", "toppings":["pepperoni"] }]
|
||||
}
|
||||
},
|
||||
"expected_output_json": { "pizza_size": "large", "toppings":["pepperoni"] }
|
||||
"payment_process:get_payment_type": {
|
||||
"data": [{"payment_type": "credit"}]
|
||||
}
|
||||
|
||||
},
|
||||
"expected_output_json": { "pizza_size": "large", "toppings":["pepperoni"], "payment_type":"credit"}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue