pyinfra/tests/test_params.yml

26 lines
230 B
YAML

url: "https://send.help"
endpoint: "/predict"
header: headless
response: |-
{
"meta": {
...
},
"data": [
...
]
}
request: |-
{
"meta": {
...
},
"data": [
...
]
}