From de1ac7e6606033cb227d12886c5150a38516841d Mon Sep 17 00:00:00 2001 From: vladislavploaia Date: Thu, 23 May 2024 14:39:47 +0300 Subject: [PATCH] fix: CDR-1401 send AUTH_TYPE value through env var --- scripts/runRobotTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runRobotTest.sh b/scripts/runRobotTest.sh index 483af76a..0a8ee3ee 100755 --- a/scripts/runRobotTest.sh +++ b/scripts/runRobotTest.sh @@ -146,7 +146,7 @@ robot --include ${tags} \ --outputdir ${dirResults}/${name} \ -v SUT:${suite} \ -v nodocker \ - -v AUTH_TYPE:BASIC \ + -v AUTH_TYPE:${env.AUTH_TYPE} \ -v NODENAME:${serverNodeName} \ -v BASEURL:${serverBase}/ehrbase/rest/openehr/v1 \ robot/${path}