Fix hcloud_location_info test

Hetzner added a new datacenter so the tests need to be updated
pull/76274/head
Sam Doran 4 years ago committed by Matt Clay
parent 388ba385f5
commit 59c16e2073

@ -8,7 +8,7 @@
- name: verify test gather hcloud location infos
assert:
that:
- hcloud_location.hcloud_location_info | list | count == 3
- hcloud_location.hcloud_location_info | list | count == 4
- name: test gather hcloud location infos in check mode
hcloud_location_info:
@ -18,7 +18,7 @@
- name: verify test gather hcloud location infos in check mode
assert:
that:
- hcloud_location.hcloud_location_info | list | count == 3
- hcloud_location.hcloud_location_info | list | count == 4
- name: test gather hcloud location infos with correct name
hcloud_location_info:

Loading…
Cancel
Save