fix tests

This commit is contained in:
Josh Harvey 2016-03-18 11:33:33 +02:00
parent e3e091b873
commit 496548d8a9

View file

@ -125,7 +125,7 @@ describe('Plugins', function() {
});
it('should return config', function() {
var config = plugins.getCachedConfig();
var config = plugins.getConfig();
should.exist(config);
/* jshint expr: true */
config.should.be.an.Object;