Update get_url test to use httptester. (#17787)

This commit is contained in:
Matt Clay 2016-09-27 18:11:09 -07:00 committed by GitHub
parent 670536f685
commit 6d78397b8b

View file

@ -209,5 +209,5 @@
#https://github.com/ansible/ansible/issues/16191
- name: Test url split with no filename
get_url:
url: http://www.google.com
url: https://{{ httpbin_host }}
dest: "{{ output_dir }}"