Add simple test for conf.d
This commit is contained in:
parent
ce59bb364f
commit
1bbaeacc84
4 changed files with 16 additions and 2 deletions
tests/tavern_tests
|
@ -14,3 +14,12 @@ stages:
|
|||
method: GET
|
||||
response:
|
||||
status_code: 404
|
||||
|
||||
- name: "[test_basics] verify conf.d by 404"
|
||||
request:
|
||||
url: "http://localhost:5000/invalid_url_for_testing_do_not_use"
|
||||
method: GET
|
||||
response:
|
||||
status_code: 404
|
||||
json:
|
||||
msg: "conf.d working"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue