add: test test (tmp)
This commit is contained in:
parent
320201bb5b
commit
3f79d8d26d
1 changed files with 9 additions and 0 deletions
9
tavern_tests/test_failalways.tavern.yaml
Normal file
9
tavern_tests/test_failalways.tavern.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Reference in a new issue