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

fix tests

This commit is contained in:
Lukas Kämmerling 2020-06-26 14:51:19 +02:00
parent e8b348f4dd
commit 068ab2dec6

View file

@ -46,7 +46,7 @@
assert:
that:
- result is failed
- 'result.msg == "missing required arguments: network, load_balancer"'
- 'result.msg == "missing required arguments: load_balancer, network"'
- name: test create load_balancer network with checkmode
hcloud_load_balancer_network: