Skip to content

Commit

Permalink
chore: update HOST URL from staging to production
Browse files Browse the repository at this point in the history
  • Loading branch information
rinshadka authored May 31, 2024
1 parent 1b50707 commit 23de802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ printf "NodeJS " && node --version
printf "httpyac " && httpyac --version

# needed by fhir-service.test.http
export HOST="${HOST:-https://synthetic.fhir.api.stage.techbd.org}"
export HOST="${HOST:-https://synthetic.fhir.api.techbd.org}"
echo "HOST $HOST"

httpyac $ASSURANCE_FHIR_SRC_DIR/fhir-service.test.http --all > $TIMESTAMPPED_ASSURANCE_FHIR_RESULTS_DIR/regression-test-results.httpyac.txt
Expand Down

0 comments on commit 23de802

Please sign in to comment.