Fix the bulk Job Launch Integration test in awx collection (#14702)

* fix the integration tests
This commit is contained in:
jainnikhil30
2023-12-06 18:50:33 +05:30
committed by GitHub
parent fb04e5d9f6
commit 87abbd4b10
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
- name: Test too many params (failure from validation of terms)
debug:
msg: "{{ query(plugin_name, 'none', 'weekly', start_date='2020-4-16 03:45:07') }}"
msg: "{{ query(plugin_name | string, 'none', 'weekly', start_date='2020-4-16 03:45:07') }}"
ignore_errors: true
register: result