diff --git a/shippable.yml b/shippable.yml index cead583..8800cbf 100644 --- a/shippable.yml +++ b/shippable.yml @@ -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: diff --git a/tests/integration/targets/hcloud_route/tasks/main.yml b/tests/integration/targets/hcloud_route/tasks/main.yml index 1894d67..7d816bf 100644 --- a/tests/integration/targets/hcloud_route/tasks/main.yml +++ b/tests/integration/targets/hcloud_route/tasks/main.yml @@ -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: