Skip to content

Commit f202f40

Browse files
lukewhitinggmarouli
andcommitted
Update x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationCheckerTests.java
Co-authored-by: Mary Gouseti <[email protected]>
1 parent a26eac4 commit f202f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationCheckerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void testOldIndicesIgnoredWarningCheck() {
285285

286286
DeprecationIssue expected = new DeprecationIssue(
287287
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",
289289
"https://ela.st/es-deprecation-ds-reindex",
290290
"This data stream has read only backing indices that were created before Elasticsearch "
291291
+ Version.CURRENT.major

0 commit comments

Comments
 (0)