fix function name

This commit is contained in:
Matthew Bargar 2015-11-19 10:23:15 -05:00
parent 675bb7c0c6
commit 118608cd95

View file

@ -126,7 +126,7 @@ define(function (require) {
});
bdd.it('should return 409 conflict when mappings are provided with a pattern that matches existing indices',
function templateConflict() {
function existingIndicesConflict() {
var pattern = createTestData().indexPatternWithMappings;
pattern.title = '.kib*';