mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Fix documentation in api lookup plugin, fix typos in integration tests
This commit is contained in:
committed by
John Westcott IV
parent
96ae3268a5
commit
6715ea493f
@@ -29,7 +29,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- result is failed
|
||||
- "'ou must pass exactly one endpoint to query' in result.msg"
|
||||
- "'You must pass exactly one endpoint to query' in result.msg"
|
||||
|
||||
- name: Try to load invalid endpoint
|
||||
set_fact:
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- result is failed
|
||||
- "'ou must pass exactly one endpoint to query' in result.msg"
|
||||
- "'You must pass exactly one endpoint to query' in result.msg"
|
||||
|
||||
- name: Try to load invalid endpoint
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user