File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def mock_proxy_manager_for_url_wiht_header(*args, **kwargs):
6060
6161 # bad path
6262 with unittest .mock .patch (
63- "snowflake.connector.network .ProxySupportAdapter.proxy_manager_for" ,
63+ "snowflake.connector.session_manager .ProxySupportAdapter.proxy_manager_for" ,
6464 mock_proxy_manager_for_url_no_header ,
6565 ):
6666 with pytest .raises (OperationalError ):
@@ -77,7 +77,7 @@ def mock_proxy_manager_for_url_wiht_header(*args, **kwargs):
7777
7878 # happy path
7979 with unittest .mock .patch (
80- "snowflake.connector.network .ProxySupportAdapter.proxy_manager_for" ,
80+ "snowflake.connector.session_manager .ProxySupportAdapter.proxy_manager_for" ,
8181 mock_proxy_manager_for_url_wiht_header ,
8282 ):
8383 with pytest .raises (OperationalError ):
You can’t perform that action at this time.
0 commit comments