You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationCheckerTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ public void testOldIndicesIgnoredWarningCheck() {
285
285
286
286
DeprecationIssueexpected = newDeprecationIssue(
287
287
DeprecationIssue.Level.WARNING,
288
-
"Old data stream with a compatibility version < " + Version.CURRENT.major + "0.0 Has Been Ignored",
288
+
"Old data stream with a compatibility version < " + Version.CURRENT.major + "0.0 has Been Ignored",
289
289
"https://ela.st/es-deprecation-ds-reindex",
290
290
"This data stream has read only backing indices that were created before Elasticsearch "
0 commit comments