Update get_url test to use httptester. (#17787)

pull/17791/head
Matt Clay 8 years ago committed by GitHub
parent 670536f685
commit 6d78397b8b

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

Loading…
Cancel
Save