Skip to content

Commit

Permalink
test: restify -> restify-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 24, 2018
1 parent 841cf54 commit 6c9760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intercept.js
Expand Up @@ -11,7 +11,7 @@ var test = require('tap').test;
var mikealRequest = require('request');
var superagent = require('superagent');
var needle = require("needle");
var restify = require('restify');
var restify = require('restify-clients');
var domain = require('domain');
var hyperquest = require('hyperquest');
var _ = require('lodash');
Expand Down

0 comments on commit 6c9760f

Please sign in to comment.