From 8269eca2bb34d08336b8889e06e53d3522fa79fe Mon Sep 17 00:00:00 2001 From: yawnt Date: Thu, 26 Sep 2013 11:13:16 +0200 Subject: [PATCH] [fix] tests --- lib/http-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-proxy.js b/lib/http-proxy.js index 8cabc6fa1..2fe565e86 100644 --- a/lib/http-proxy.js +++ b/lib/http-proxy.js @@ -1,7 +1,7 @@ var http = require('http'), https = require('https'), url = require('url'), - httpProxy = require('./http-proxy'), + httpProxy = require('./http-proxy/'), events = require('eventemitter2'), proxy = exports;