Fix nxos_facts integration tests (#59643)
This was incorrectly asserting the result of previous nxos_facts task. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
86937e06e3
commit
c562b53cb2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
# It's a failure
|
# It's a failure
|
||||||
- "result.failed == true"
|
- "result.failed == true"
|
||||||
# Sensible Failure message
|
# Sensible Failure message
|
||||||
- "result.msg == 'Bad subset'"
|
- "'Subset must be one of' in result.msg"
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# FIXME Future
|
# FIXME Future
|
||||||
|
|
Loading…
Reference in a new issue