1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

fix hcloud_subnetwork test

This commit is contained in:
Lukas Kämmerling 2020-04-09 13:57:15 +02:00
parent 677a6f3692
commit 0ab90bc218

View file

@ -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: