Skip to content

Commit

Permalink
Fix test "Validate error handling" (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: David Danielsson <[email protected]>
  • Loading branch information
dbk-rabel and djdanielsson authored Oct 21, 2024
1 parent aa087bc commit 7d6daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/configure_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
fail_msg: "No errors found, validate test example"
success_msg: "Errors found, proceeding"
vars:
job_templates_errors: __job_templates_errors_set_stats.ansible_stats.data.job_templates_errors
job_templates_errors: "{{ __job_templates_errors_set_stats.ansible_stats.data.job_templates_errors }}"

- name: Add Controller Settings Individually
ansible.builtin.include_role:
Expand Down

0 comments on commit 7d6daa6

Please sign in to comment.