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>
pull/59736/head
Paul Belanger 5 years ago committed by Trishna Guha
parent 86937e06e3
commit c562b53cb2

@ -20,7 +20,7 @@
# It's a failure
- "result.failed == true"
# Sensible Failure message
- "result.msg == 'Bad subset'"
- "'Subset must be one of' in result.msg"
###############
# FIXME Future

Loading…
Cancel
Save