mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix junos_facts test (#57065)
This commit fixes a non-passing junos_facts integration test, as it was using a non-ordered frozenset to assert its result.
This commit is contained in:
committed by
Paul Belanger
parent
486370a744
commit
0ada6b8d8d
@@ -50,7 +50,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- "result.failed == true"
|
||||
- "result.msg == 'Subset must be one of [hardware, default, ofacts, config, interfaces], got test'"
|
||||
- "result.msg == 'Subset must be one of [config, default, hardware, interfaces, ofacts], got test'"
|
||||
|
||||
- name: Collect config facts from device in set format
|
||||
junos_facts:
|
||||
|
||||
Reference in New Issue
Block a user