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.
pull/57526/head
Matt Clay 6 years ago
parent 76e06fa7c2
commit 7d9cac8e47

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

Loading…
Cancel
Save