Skip to content

Commit

Permalink
Fix rest endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vatj committed Oct 23, 2024
1 parent e0b3155 commit d0a5932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
HOPSWORKS_PORT: 8182
run: |
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT/hopsworks-api/api
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT
echo "REST_ENDPOINT=$REST_ENDPOINT"
HELPERS_PATH=${{github.workspace}}/loadtest/tests
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
Expand Down

0 comments on commit d0a5932

Please sign in to comment.