10 lines
190 B
YAML
10 lines
190 B
YAML
|
test_name: Test failing
|
||
|
|
||
|
stages:
|
||
|
- name: This is to test the testing
|
||
|
request:
|
||
|
url: http://localhost:5000/api/v1/schedules/
|
||
|
method: GET
|
||
|
response:
|
||
|
status_code: 418
|