Skip to content

Commit 574fecf

Browse files
Update embedding svc test port number (#688)
Signed-off-by: lvliang-intel <[email protected]>
1 parent 2ca56f3 commit 574fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/embeddings/test_embeddings_tei_langchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function validate_microservice() {
4747
}
4848

4949
function validate_microservice_with_openai() {
50-
tei_service_port=5001
50+
tei_service_port=5002
5151
python3 ${WORKPATH}/tests/utils/validate_svc_with_openai.py $ip_address $tei_service_port "embedding"
5252
if [ $? -ne 0 ]; then
5353
docker logs test-comps-embedding-tei-endpoint

0 commit comments

Comments
 (0)