it('should detect version 1 with no .template index but other indices', function (done) {
            var fileIn = './upgradeInputs/kibanaIndexTo2IN.js';

            bulkFunction(fileIn, '.kibana', function(error) {
                should.not.exist(error);