Skip to content

Commit 329e769

Browse files
committed
Merge branch 'es-111273' of github.com:ymao1/elasticsearch into es-111273
2 parents 33af8f9 + c7ee12e commit 329e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/services/alibabacloudsearch/AlibabaCloudSearchServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public void testInfer_ThrowsValidationErrorForInvalidRerankParams() throws IOExc
491491
thrownException.getMessage(),
492492
is(
493493
"Validation Failed: 1: Invalid return_documents [true]. The return_documents option is not supported by this "
494-
+ "service;2: Invalid top_n [10]. The top_n option is not supported by this service;"
494+
+ "service;2: Invalid top_n [10]. The top_n option is not supported by this service;"
495495
)
496496
);
497497
}

0 commit comments

Comments
 (0)