core-legacy/tavern_tests/test_get_all.tavern.yaml
Tobias Reisinger 51ab1d7982 fix: save id as blob, not as string
add: some progress to new discovery
add: some tests
remove: migrations. restarting for now
2020-02-23 20:06:14 +01:00

25 lines
565 B
YAML

test_name: Test basic get all requests
stages:
- name: Get all schedules
request:
url: "http://localhost:5000/api/v1/schedules/"
method: GET
response:
status_code: 200
stages:
- name: Get all relays
request:
url: "http://localhost:5000/api/v1/relays/"
method: GET
response:
status_code: 200
stages:
- name: Get all controllers
request:
url: "http://localhost:5000/api/v1/controllers/"
method: GET
response:
status_code: 200