Skip to content

Commit b2aecd2

Browse files
Fixing tests
1 parent 58361ea commit b2aecd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/services/elastic/response/AuthorizationResponseEntityTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public record EisAuthorizationResponse(
5656
{
5757
"inference_endpoints": [
5858
{
59-
"id": ".elastic-elser-v2",
59+
"id": ".elser-2-elastic",
6060
"model_name": "elser_model_2",
6161
"task_type": "sparse_embedding",
6262
"status": "preview",
@@ -91,7 +91,7 @@ public record EisAuthorizationResponse(
9191
"end_of_life_date": "2025-12-31"
9292
},
9393
{
94-
"id": ".elastic-elser-v2",
94+
"id": ".elser-2-elastic",
9595
"model_name": "elser_model_2",
9696
"task_type": "sparse_embedding",
9797
"status": "preview",

0 commit comments

Comments
 (0)