Skip to content

Commit 8576e43

Browse files
author
AnnTian Shao
committed
fix typo
Signed-off-by: AnnTian Shao <anntians@amazon.com>
1 parent d2b4139 commit 8576e43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,9 +1405,6 @@ public void testIndexPutSettings() throws IOException {
14051405
final String unmodifiableSettingKey = IndexMetadata.SETTING_NUMBER_OF_SHARDS;
14061406
final int unmodifiableSettingValue = 3;
14071407

1408-
final String privateSettingKey = SETTING_CREATION_DATE;
1409-
final int privateSettingValue = -1;
1410-
14111408
String index = "index";
14121409
createIndex(index, Settings.EMPTY);
14131410

@@ -1467,7 +1464,6 @@ public void testIndexPutSettings() throws IOException {
14671464
+ "reason=Can't update non dynamic settings [[index.number_of_shards]] for open indices [[index/"
14681465
)
14691466
);
1470-
14711467
closeIndex(index);
14721468
exception = expectThrows(
14731469
OpenSearchException.class,

0 commit comments

Comments
 (0)