Skip to content

Commit 9bc45af

Browse files
author
ddraganov
committed
[Tests] Fix test_http_proxy_with_cert_file after the added proxy authentication support
The test had to be updated because of the changes introduced in 352fb43
1 parent 8b61a2f commit 9bc45af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_http_proxy_with_cert_file(self, hs):
116116
certKeyFile='my_key_file', certFile='my_cert_file').GetConnection()
117117
conn.request('GET', '/')
118118
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')
119+
conn.set_tunnel.assert_called_once_with('sdkTunnel:8089', headers={})
120120

121121
@tests.VCRTestBase.my_vcr.use_cassette('http_proxy.yaml',
122122
cassette_library_dir=tests.fixtures_path,

0 commit comments

Comments
 (0)