mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix azure_rm_virtualnetwork integration test.
Previously the test would fail when run after another test which also created a virtual network tagged with the 'testing' tag.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
- testing
|
||||
|
||||
- assert:
|
||||
that: "azure_virtualnetworks | length == 1"
|
||||
that: "azure_virtualnetworks | length >= 1"
|
||||
|
||||
- name: Gather facts by tags
|
||||
azure_rm_virtualnetwork_facts:
|
||||
|
||||
Reference in New Issue
Block a user