Skip to content

Commit 1b7cec4

Browse files
committed
Fix compilation error
1 parent 2889fa0 commit 1b7cec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/internalClusterTest/java/org/elasticsearch/xpack/inference/integration/InferenceRevokeDefaultEndpointsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void testRemoves_DefaultChatCompletion_V1_WhenAuthorizationDoesNotReturnA
251251
containsInAnyOrder(
252252
new InferenceService.DefaultConfigId(
253253
".elser-2-elastic",
254-
MinimalServiceSettings.sparseEmbedding(ElasticInferenceService.NAME),
254+
MinimalServiceSettings.sparseEmbedding(),
255255
service
256256
)
257257
)

0 commit comments

Comments
 (0)