Fix case in mlockall check error message
This commit is contained in:
parent
62638b8212
commit
f35bad808c
|
@ -121,7 +121,7 @@ public class BootstrapCheckTests extends ESTestCase {
|
|||
} catch (final RuntimeException e) {
|
||||
assertThat(
|
||||
e.getMessage(),
|
||||
containsString("Memory locking requested for elasticsearch process but memory is not locked"));
|
||||
containsString("memory locking requested for elasticsearch process but memory is not locked"));
|
||||
}
|
||||
} else {
|
||||
// nothing should happen
|
||||
|
|
Loading…
Reference in New Issue