From 59c16e207345aedee6c0440590b3a1d4c4e37d7b Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 4 Nov 2021 12:56:16 -0400 Subject: Fix hcloud_location_info test Hetzner added a new datacenter so the tests need to be updated --- test/integration/targets/hcloud_location_info/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/hcloud_location_info/tasks/main.yml b/test/integration/targets/hcloud_location_info/tasks/main.yml index e0ae5f176b..5660093c70 100644 --- a/test/integration/targets/hcloud_location_info/tasks/main.yml +++ b/test/integration/targets/hcloud_location_info/tasks/main.yml @@ -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: -- cgit v1.2.1