Skip to content

Commit

Permalink
fix: CDR-1401 send AUTH_TYPE value through env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed May 23, 2024
1 parent a82c2b9 commit de1ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runRobotTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit de1ac7e

Please sign in to comment.