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:
parent
677a6f3692
commit
0ab90bc218
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue