File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
client/rest-high-level/src/test/java/org/opensearch/client Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1405,9 +1405,6 @@ public void testIndexPutSettings() throws IOException {
1405
1405
final String unmodifiableSettingKey = IndexMetadata .SETTING_NUMBER_OF_SHARDS ;
1406
1406
final int unmodifiableSettingValue = 3 ;
1407
1407
1408
- final String privateSettingKey = SETTING_CREATION_DATE ;
1409
- final int privateSettingValue = -1 ;
1410
-
1411
1408
String index = "index" ;
1412
1409
createIndex (index , Settings .EMPTY );
1413
1410
@@ -1467,7 +1464,6 @@ public void testIndexPutSettings() throws IOException {
1467
1464
+ "reason=Can't update non dynamic settings [[index.number_of_shards]] for open indices [[index/"
1468
1465
)
1469
1466
);
1470
-
1471
1467
closeIndex (index );
1472
1468
exception = expectThrows (
1473
1469
OpenSearchException .class ,
You can’t perform that action at this time.
0 commit comments