From 496548d8a98071a6701d94c7d44c864d6ff724df Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Fri, 18 Mar 2016 11:33:33 +0200 Subject: [PATCH] fix tests --- test/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins.js b/test/plugins.js index bf8aeaa4..687941d4 100644 --- a/test/plugins.js +++ b/test/plugins.js @@ -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;