Skip to content

Commit

Permalink
404 is also good.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 31, 2021
1 parent d56b7d1 commit 9fc0e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
ansible.builtin.uri:
url: "http://127.0.0.1:8080/"

- name: see if TRACE option returns 405
- name: see if TRACE option returns 405 or 404
ansible.builtin.uri:
url: "http://127.0.0.1:8080/"
method: TRACE
status_code:
- 405
- 404

0 comments on commit 9fc0e5c

Please sign in to comment.