Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: AnnTian Shao <[email protected]>
  • Loading branch information
AnnTian Shao committed Jan 30, 2025
1 parent d2b4139 commit 8576e43
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1405,9 +1405,6 @@ public void testIndexPutSettings() throws IOException {
final String unmodifiableSettingKey = IndexMetadata.SETTING_NUMBER_OF_SHARDS;
final int unmodifiableSettingValue = 3;

final String privateSettingKey = SETTING_CREATION_DATE;
final int privateSettingValue = -1;

String index = "index";
createIndex(index, Settings.EMPTY);

Expand Down Expand Up @@ -1467,7 +1464,6 @@ public void testIndexPutSettings() throws IOException {
+ "reason=Can't update non dynamic settings [[index.number_of_shards]] for open indices [[index/"
)
);

closeIndex(index);
exception = expectThrows(
OpenSearchException.class,
Expand Down

0 comments on commit 8576e43

Please sign in to comment.