From 0ab90bc218711faa9ff0bddd4cabadbbc2a7edbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 9 Apr 2020 13:57:15 +0200 Subject: [PATCH] fix hcloud_subnetwork test --- tests/integration/targets/hcloud_subnetwork/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/hcloud_subnetwork/tasks/main.yml b/tests/integration/targets/hcloud_subnetwork/tasks/main.yml index f973471..06bcf83 100644 --- a/tests/integration/targets/hcloud_subnetwork/tasks/main.yml +++ b/tests/integration/targets/hcloud_subnetwork/tasks/main.yml @@ -22,7 +22,7 @@ assert: that: - result is failed - - 'result.msg == "missing required arguments: network_zone, type, ip_range"' + - 'result.msg == "missing required arguments: ip_range, network_zone, type"' - name: test create subnetwork with checkmode hcloud_subnetwork: