test_: fix urls

This commit is contained in:
Anton 2024-11-15 12:59:14 +01:00
parent 1fa4463266
commit 8c1df3d05e
No known key found for this signature in database
GPG Key ID: 1895064B6BA04F95
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else
fi
status_backend_count=10
export STATUS_BACKEND_URLS=$(eval echo http://${project_name}${separator}status${separator}backend-{1..${status_backend_count}}:3333 | tr ' ' ,)
export STATUS_BACKEND_URLS=$(eval echo http://${project_name}-status-backend-{1..${status_backend_count}}:3333 | tr ' ' ,)
# Run functional tests
echo -e "${GRN}Running tests${RST}, HEAD: $(git rev-parse HEAD)"