19 lines
322 B
YAML
19 lines
322 B
YAML
---
|
|
tests:
|
|
- name: Test one
|
|
id: test-111111
|
|
url: https://scott.wallace.sh/__TEST__
|
|
request_headers:
|
|
aaa: bbb
|
|
status: 404
|
|
|
|
- name: Test three
|
|
id: test-333333
|
|
url: https://scott.wallace.sh
|
|
method: POST
|
|
data:
|
|
one: two
|
|
three:
|
|
- four
|
|
- five
|
|
status: 405
|