mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
27 lines
505 B
JSON
27 lines
505 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"input": {
|
|
"body": {
|
|
"name": "Johnny"
|
|
}
|
|
},
|
|
"output": {
|
|
"body": {
|
|
"message": "Hello Johnny"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"body": ""
|
|
},
|
|
"output": {
|
|
"body": {
|
|
"message": "Hello World"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|