Skip to content

Commit 5a5a2ad

Browse files
committed
fix tests
1 parent 437a51f commit 5a5a2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void testMultipleDataPaths() {
111111
issue.getDetails(),
112112
equalTo(
113113
"The [path.data] setting contains a list of paths. Specify a single path as a string. Use RAID or other system level "
114-
+ "features to utilize multiple disks. If multiple data paths are configured, the node will fail to start in 8.0. "
114+
+ "features to utilize multiple disks. If multiple data paths are configured, the node will fail to start in 8.0."
115115
)
116116
);
117117
String url = "https://ela.st/es-deprecation-7-multiple-paths";
@@ -136,7 +136,7 @@ public void testDataPathsList() {
136136
issue.getDetails(),
137137
equalTo(
138138
"The [path.data] setting contains a list of paths. Specify a single path as a string. Use RAID or other system level "
139-
+ "features to utilize multiple disks. If multiple data paths are configured, the node will fail to start in 8.0. "
139+
+ "features to utilize multiple disks. If multiple data paths are configured, the node will fail to start in 8.0."
140140
)
141141
);
142142
String url = "https://ela.st/es-deprecation-7-multiple-paths";

0 commit comments

Comments
 (0)