Skip to content

Commit 2f13963

Browse files
committed
test: update test_embeddings.hurl
Signed-off-by: Xin Liu <[email protected]>
1 parent 4608a9d commit 2f13963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_embeddings.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jsonpath "$.data" count > 0
2727

2828
# test /v1/embeddings endpoint
2929
# Test purpose: The model name is incorrect
30-
POST http://localhost:9069/v1/embeddings
30+
POST http://localhost:8080/v1/embeddings
3131
Accept: application/json
3232
Content-Type: application/json
3333
```json

0 commit comments

Comments
 (0)