Fix case in mlockall check error message

This commit is contained in:
Jason Tedor 2016-03-02 22:43:20 -05:00
parent 62638b8212
commit f35bad808c
1 changed files with 1 additions and 1 deletions

View File

@ -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