We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd37ba7 commit a14a2d2Copy full SHA for a14a2d2
roles/common/tasks/endpoint_tests.yml
@@ -7,7 +7,7 @@
7
register: output
8
9
- name: |
10
- {{ common_endpoint_test_id }} Check that {{ item[0] }} {{ item[2] }} endpoint exists
+ TEST Check that {{ item[0] }} {{ item[2] }} endpoint exists
11
ansible.builtin.assert:
12
that:
13
- output.stdout != ""
0 commit comments