Skip to content

Commit 7f647e3

Browse files
authored
Fix integration tests errors
1 parent 25af6b1 commit 7f647e3

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/targets/tag_group/tasks

1 file changed

+1
-1
lines changed

tests/integration/targets/tag_group/tasks/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Create aux_tags."
137137
ansible.builtin.uri:
138-
url: "{{ checkmk_var_server_url }}/domain-types/aux_tag/collections/all"
138+
url: "{{ checkmk_var_server_url }}check_mk/api/1.0/domain-types/aux_tag/collections/all"
139139
method: POST
140140
validate_certs: false
141141
headers:

0 commit comments

Comments
 (0)