From 4b17263555b222cd28332f5f8cb8a67cc3d462fd Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 17 Feb 2022 18:56:28 -0300 Subject: [PATCH] Fix test --- .../StargateConsulExampleTest.class.st | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/Stargate-Consul-Examples-Tests/StargateConsulExampleTest.class.st b/source/Stargate-Consul-Examples-Tests/StargateConsulExampleTest.class.st index 67b5218..1cbb8e8 100644 --- a/source/Stargate-Consul-Examples-Tests/StargateConsulExampleTest.class.st +++ b/source/Stargate-Consul-Examples-Tests/StargateConsulExampleTest.class.st @@ -79,7 +79,7 @@ StargateConsulExampleTest >> testPrintHelpOn [ self assert: help equals: ( 'NAME stargate-consul-example [<1s>] - I provide a RESTful API over HTTP SYNOPSYS - stargate-consul-example --stargate.public-url=% --stargate.port=% --stargate.operations-secret=% --stargate.consul-agent-location=% + stargate-consul-example --stargate.public-url=% --stargate.port=% --stargate.operations-secret=% --stargate.consul-agent-location=% [--stargate.scheme=%] PARAMETERS --stargate.public-url=% Public URL where the API is deployed. Used to create hypermedia links. @@ -89,6 +89,8 @@ PARAMETERS Secret key for checking JWT signatures. --stargate.consul-agent-location=% Location of the Consul Agent. Leave empty to disable the plugin. + --stargate.scheme=% + Transport scheme. It''s used to configure Consul HTTP checks. Defaults to http. ENVIRONMENT STARGATE__PUBLIC_URL Public URL where the API is deployed. Used to create hypermedia links. @@ -98,6 +100,8 @@ ENVIRONMENT Secret key for checking JWT signatures. STARGATE__CONSUL_AGENT_LOCATION Location of the Consul Agent. Leave empty to disable the plugin. + STARGATE__SCHEME + Transport scheme. It''s used to configure Consul HTTP checks. Defaults to http. ' expandMacrosWith: StargateConsulExample version ) ]