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

@@ -11,7 +11,7 @@
- name: Call ruleset with no rules
set_fact:
complex_rule: "{{ query(ruleset_plugin_name, '2022-04-30 10:30:45') }}"
complex_rule: "{{ query(ruleset_plugin_name | string, '2022-04-30 10:30:45') }}"
ignore_errors: True
register: results