Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packs/tests/actions/test_installed_pack_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"