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:
Paul Belanger 2019-07-29 02:35:35 -04:00 committed by Trishna Guha
parent 86937e06e3
commit c562b53cb2

View file

@ -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