Skip to content

Commit

Permalink
PHAIN-123: Remove HTTP_PROXY environment variable from run command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc-ee authored Feb 12, 2025
1 parent 28638ba commit f4768bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ k6 run \
-e TEST_CLIENT_LOGIN_URL=${TEST_CLIENT_LOGIN_URL} \
-e TEST_CLIENT_APP_ID=${TEST_CLIENT_APP_ID} \
-e TEST_CLIENT_SECRET=${TEST_CLIENT_SECRET} \
-e HTTP_PROXY=localhost:3128 \
${K6_HOME}/src/tests/updates.js \
--summary-export=${K6_SUMMARY}
test_exit_code=$?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pha-import-notifications-perf",
"version": "0.8.0",
"version": "0.9.0",
"description": "Performance tests for PHA import notifications.",
"author": "Defra DDTS",
"license": "OGL-UK-3.0",
Expand Down

0 comments on commit f4768bb

Please sign in to comment.