Mariusz Nowak 4944f471b1
Prettify
2019-06-26 12:43:01 +02:00

27 lines
351 B
JSON

{
"tests": [
{
"input": {
"body": {
"name": "Johnny"
}
},
"output": {
"body": {
"message": "Hello Johnny"
}
}
},
{
"input": {
"body": ""
},
"output": {
"body": {
"message": "Hello World"
}
}
}
]
}