Skip to content

Commit af93be0

Browse files
committed
Fix IT class
Signed-off-by: Xue Zhou <[email protected]>
1 parent 0b6b827 commit af93be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest-high-level/src/test/java/org/opensearch/client/IndicesClientIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ public void testIndexPutSettingNonExistent() throws IOException {
14751475
assertThat(
14761476
exception.getMessage(),
14771477
equalTo(
1478-
"OpenSearch exception [type=illegal_argument_exception, "
1478+
"OpenSearch exception [type=invalid_argument_exception, "
14791479
+ "reason=unknown setting [index.no_idea_what_you_are_talking_about] please check that any required plugins are installed, "
14801480
+ "or check the breaking changes documentation for removed settings]"
14811481
)

0 commit comments

Comments
 (0)