We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61a2f commit 9bc45afCopy full SHA for 9bc45af
tests/test_connect.py
@@ -116,7 +116,7 @@ def test_http_proxy_with_cert_file(self, hs):
116
certKeyFile='my_key_file', certFile='my_cert_file').GetConnection()
117
conn.request('GET', '/')
118
hs.assert_called_once_with('vcsa:80', cert_file='my_cert_file', key_file='my_key_file')
119
- conn.set_tunnel.assert_called_once_with('sdkTunnel:8089')
+ conn.set_tunnel.assert_called_once_with('sdkTunnel:8089', headers={})
120
121
@tests.VCRTestBase.my_vcr.use_cassette('http_proxy.yaml',
122
cassette_library_dir=tests.fixtures_path,
0 commit comments