Skip to content

Commit

Permalink
Merge pull request #98 from StackStorm/webui-smoketest
Browse files Browse the repository at this point in the history
Changed webui smoke test to simply use localhost
  • Loading branch information
Mierdin authored Jan 24, 2017
2 parents c6d1794 + a4954e5 commit 61a1a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/st2smoketests/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: Check web-ui is up
uri:
url: https://{{ ansible_hostname }}/
url: https://localhost/
validate_certs: no
changed_when: no
tags:
Expand Down

0 comments on commit 61a1a97

Please sign in to comment.