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:
Matt Clay 2019-06-07 10:22:26 -07:00
parent 76e06fa7c2
commit 7d9cac8e47

View file

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