Skip to content

Commit a9bd7bf

Browse files
committed
Linting
1 parent 2ffc4e2 commit a9bd7bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ public void testInfer_ThrowsValidationErrorForInvalidRerankParams() throws IOExc
490490
assertThat(
491491
thrownException.getMessage(),
492492
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;"
494495
)
495496
);
496497
}

0 commit comments

Comments
 (0)