mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix function name
This commit is contained in:
parent
675bb7c0c6
commit
118608cd95
1 changed files with 1 additions and 1 deletions
|
@ -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*';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue