Skip to content

Commit

Permalink
Fix the test-config-plugins.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicKramer committed Apr 14, 2017
1 parent 8f4ea06 commit 425818b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-config-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var trace = require('..');

var common = require('./plugins/common.js');

var instrumentedModules = ['connect', 'express', 'grpc', 'hapi', 'http', 'koa',
'mongodb-core', 'mysql', 'pg', 'redis', 'restify'];
var instrumentedModules = ['bluebird', 'connect', 'express', 'grpc', 'hapi',
'http', 'koa', 'mongodb-core', 'mysql', 'pg', 'redis', 'restify'];

describe('plugin configuration', function() {
it('should have correct defaults', function() {
Expand Down

0 comments on commit 425818b

Please sign in to comment.