Add simple test for conf.d

This commit is contained in:
Tobias Reisinger 2020-11-19 13:37:26 +01:00
parent ce59bb364f
commit 1bbaeacc84
4 changed files with 16 additions and 2 deletions
tests/tavern_tests

View file

@ -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"