From fa1c4ee60d6cc7a4f33ae9fe80abfb560eb81516 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sat, 18 Jun 2022 12:44:09 +0200 Subject: [PATCH] tests: hcloud_datacenter_info: fix count should be 4 --- .../targets/hcloud_datacenter_info/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration/targets/hcloud_datacenter_info/tasks/main.yml b/tests/integration/targets/hcloud_datacenter_info/tasks/main.yml index 7f49b04..602d2a6 100644 --- a/tests/integration/targets/hcloud_datacenter_info/tasks/main.yml +++ b/tests/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,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: