Skip to content

Commit

Permalink
Merge branch 'master' of github.com:infrawatch/functional-tests-leonid
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 23, 2023
2 parents 1041d3d + 1a53713 commit 6526dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/test_alerts/tasks/first_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
- name: "Check that the alert was created"
ansible.builtin.command:
cmd: |
curl -k --user "{{ prom_user }}:{{ prom_pass }}" https://{{ prom_host }}/api/v1/rules
curl -k --user "{{ prom_user }}:{{ prom_pass }}" https://{{ prom_url }}/api/v1/rules
register: output
changed_when: false

0 comments on commit 6526dc5

Please sign in to comment.