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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -490,7 +490,8 @@ public void testInfer_ThrowsValidationErrorForInvalidRerankParams() throws IOExc
490
490
assertThat(
491
491
thrownException.getMessage(),
492
492
is(
493
-
"Validation Failed: 1: Invalid return_documents [true]. The return_documents option is not supported by this service;2: Invalid top_n [10]. The top_n option is not supported by this service;"
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;"
0 commit comments