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/NodeDeprecationChecksTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ public void testMultipleDataPaths() {
111
111
issue.getDetails(),
112
112
equalTo(
113
113
"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."
0 commit comments