Skip to content

Commit 069fd6f

Browse files
author
Claudio
committed
adjusting proxy rules
1 parent d188ba4 commit 069fd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_shortening_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def should_use_proxy_whenever_passing_a_proxy_info():
190190

191191
import socks
192192
mox.StubOutWithMock(httplib2, 'ProxyInfo')
193-
httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, proxy['HOST'], proxy['PORT']).AndReturn('proxy_info')
193+
httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP_NO_TUNNEL, proxy['HOST'], proxy['PORT']).AndReturn('proxy_info')
194194

195195
params = { 'proxy_info': 'proxy_info',
196196
'timeout': 1

0 commit comments

Comments
 (0)