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

Reduce tests to only test on py 3.6

This commit is contained in:
Lukas Kämmerling 2020-04-09 13:19:12 +02:00
parent d520ffeb57
commit 677a6f3692
2 changed files with 3 additions and 3 deletions

View file

@ -21,9 +21,9 @@ matrix:
# - env: T=units/3.8/1
# - env: T=units/3.9/1
- env: T=hcloud/2.7/1
# - env: T=hcloud/2.7/1
- env: T=hcloud/3.6/1
- env: T=hcloud/2.7/2
# - env: T=hcloud/2.7/2
- env: T=hcloud/3.6/2
branches:

View file

@ -21,7 +21,7 @@
assert:
that:
- result is failed
- 'result.msg == "missing required arguments: network, destination, gateway"'
- 'result.msg == "missing required arguments: destination, gateway, network"'
- name: test create route with checkmode
hcloud_route: