mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
tests: hcloud_datacenter_info: fix count should be 4
This commit is contained in:
parent
7d5cd81852
commit
fa1c4ee60d
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…
Add table
Add a link
Reference in a new issue