Skip to content

Commit

Permalink
Use TPv2 host for TO URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed May 21, 2024
1 parent 98f0958 commit 73f14ae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ TMOUT

cd /lang/traffic-portal

jq --arg TPURL $TP_URL --arg TOURL https://$TO_FQDN:$TO_PORT '.tp_url = $TPURL | .to_url = $TOURL | .disableColors = true | .retryAssertionTimeoutMS = 10000 | .waitForConditionTimeoutMS = 10000'
config=cypress/fixtures/to.config.json
echo "$(<"$config" jq --arg TPURL $TP_URL --arg TOURL https://$TO_FQDN:$TO_PORT '.toURL = $TPURL')" > "$config"
sync

npm run e2e:ci
rc=$?
Expand Down

0 comments on commit 73f14ae

Please sign in to comment.