File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/test/java/org/elasticsearch/cluster/metadata Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ public boolean overrulesTemplateAndRequestSettings() {
795795 /**
796796 * When a failure store index is created, we must filter out any unsupported settings from the create request or from the template that
797797 * may have been provided by users in the create request or from the original data stream template. An exception to this is any settings
798- * that have been provided by index setting providers which should be considered default values on
798+ * that have been provided by index setting providers which should be considered default values on indices.
799799 */
800800 public void testAggregateSettingsProviderIsNotFilteredOnFailureStore () {
801801 IndexTemplateMetadata templateMetadata = addMatchingTemplate (builder -> {
You can’t perform that action at this time.
0 commit comments