You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/services/alibabacloudsearch/AlibabaCloudSearchServiceTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@ public void testInfer_ThrowsValidationErrorForInvalidRerankParams() throws IOExc
491
491
thrownException.getMessage(),
492
492
is(
493
493
"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;"
0 commit comments