From 677a6f3692688ea9bdda984162f8357b184f4c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 9 Apr 2020 13:19:12 +0200 Subject: [PATCH] Reduce tests to only test on py 3.6 --- shippable.yml | 4 ++-- tests/integration/targets/hcloud_route/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: