From ec8c375739d78851762f3dd0f97fc4de5f056c4e Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 29 Oct 2019 20:59:39 +0100 Subject: [PATCH] Workaround for issue in https://github.com/StackStorm/st2tests/pull/177#issuecomment-547601745. --- .../actions/test_installed_pack_version.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packs/tests/actions/test_installed_pack_version.yaml b/packs/tests/actions/test_installed_pack_version.yaml index 1c47757..ff98104 100644 --- a/packs/tests/actions/test_installed_pack_version.yaml +++ b/packs/tests/actions/test_installed_pack_version.yaml @@ -10,3 +10,18 @@ parameters: type: "string" description: "Name of pack to check" required: true +# NOTE: Those arguments are unused, temporary workaround for regression +# introduced in #176 +# See https://github.com/StackStorm/st2tests/pull/177#issuecomment-547601745 + token: + type: "string" + description: "st2 auth token" + default: "" + protocol: + type: "string" + description: "http/https" + default: "http" + hostname: + type: "string" + description: "St2 host to run tests against" + default: "127.0.0.1"