Skip to content

Commit d0a5932

Browse files
committedOct 23, 2024
Fix rest endpoint
1 parent e0b3155 commit d0a5932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/e2e-base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
5353
HOPSWORKS_PORT: 8182
5454
run: |
55-
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT/hopsworks-api/api
55+
export REST_ENDPOINT=https://$HOPSWORKS_DOMAIN:$HOPSWORKS_PORT
5656
echo "REST_ENDPOINT=$REST_ENDPOINT"
5757
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5858
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH

0 commit comments

Comments
 (0)