diff --git a/tests/integration/targets/hcloud_subnetwork/tasks/test.yml b/tests/integration/targets/hcloud_subnetwork/tasks/test.yml index 8f61cc5a..1fc67495 100644 --- a/tests/integration/targets/hcloud_subnetwork/tasks/test.yml +++ b/tests/integration/targets/hcloud_subnetwork/tasks/test.yml @@ -84,7 +84,7 @@ - name: test vswitch subnetwork hetzner.hcloud.hcloud_subnetwork: network: "{{ hcloud_network_name }}" - ip_range: "10.0.0.0/24" + ip_range: "10.0.1.0/24" type: "vswitch" network_zone: "eu-central" vswitch_id: "{{ hetzner_vswitch_id }}" @@ -95,7 +95,7 @@ that: - subnet is changed - subnet.hcloud_subnetwork.network == "{{ hcloud_network_name }}" - - subnet.hcloud_subnetwork.ip_range == "10.0.0.0/24" + - subnet.hcloud_subnetwork.ip_range == "10.0.1.0/24" - subnet.hcloud_subnetwork.type == "vswitch" - subnet.hcloud_subnetwork.network_zone == "eu-central" - subnet.hcloud_subnetwork.vswitch_id == hetzner_vswitch_id @@ -103,7 +103,7 @@ - name: test absent subnetwork hetzner.hcloud.hcloud_subnetwork: network: "{{ hcloud_network_name }}" - ip_range: "10.0.0.0/24" + ip_range: "10.0.1.0/24" type: "vswitch" network_zone: "eu-central" vswitch_id: "{{ hetzner_vswitch_id }}"