mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
tests: hcloud_datacenter_info: fix count should be 4 (#137)
This commit is contained in:
parent
1d568f3ac7
commit
c1ffc52556
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
- name: verify test gather hcloud datacenter infos
|
||||
assert:
|
||||
that:
|
||||
- hcloud_datacenters.hcloud_datacenter_info| list | count == 3
|
||||
- hcloud_datacenters.hcloud_datacenter_info| list | count == 4
|
||||
|
||||
- name: test gather hcloud datacenter infos in check mode
|
||||
hcloud_datacenter_info:
|
||||
|
@ -18,8 +18,7 @@
|
|||
- name: verify test gather hcloud datacenter infos in check mode
|
||||
assert:
|
||||
that:
|
||||
- hcloud_datacenters.hcloud_datacenter_info| list | count == 3
|
||||
|
||||
- hcloud_datacenters.hcloud_datacenter_info| list | count == 4
|
||||
|
||||
- name: test gather hcloud datacenter infos with correct name
|
||||
hcloud_datacenter_info:
|
||||
|
|
Loading…
Reference in a new issue