core-legacy/tavern_tests/test_minimal.tavern.yaml

10 lines
199 B
YAML
Raw Normal View History

2019-10-27 00:07:01 +00:00
test_name: Test basic requests
stages:
- name: Make sure we get any response
request:
url: http://localhost:5000/api/v1/schedules/
method: GET
response:
status_code: 200