diff options
author | Matt Clay <matt@mystile.com> | 2016-09-27 18:11:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 18:11:09 -0700 |
commit | 6d78397b8be4d2c875546b5c33fe5b537998bb66 (patch) | |
tree | 58d6b38abf7be3d1bb00c5bcbd3bdf98b94d0be5 | |
parent | 670536f68513e3d84556e8d06a530a611294e52a (diff) | |
download | ansible-6d78397b8be4d2c875546b5c33fe5b537998bb66.tar.gz |
Update get_url test to use httptester. (#17787)
-rw-r--r-- | test/integration/roles/test_get_url/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/roles/test_get_url/tasks/main.yml b/test/integration/roles/test_get_url/tasks/main.yml index e19ec8ab4a..521dd9efab 100644 --- a/test/integration/roles/test_get_url/tasks/main.yml +++ b/test/integration/roles/test_get_url/tasks/main.yml @@ -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 }}" |