From 388ba385f5b04388b09ea1c4077cc8438464ca03 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 3 Nov 2021 14:16:33 -0400 Subject: [PATCH] Fix hcloud_datacenter_info test A new datacenter was added --- .../integration/targets/hcloud_datacenter_info/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/hcloud_datacenter_info/tasks/main.yml b/test/integration/targets/hcloud_datacenter_info/tasks/main.yml index 7f49b040c58..72e690240b2 100644 --- a/test/integration/targets/hcloud_datacenter_info/tasks/main.yml +++ b/test/integration/targets/hcloud_datacenter_info/tasks/main.yml @@ -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,7 +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