Skip to content

Commit 56011bf

Browse files
committed
fix
1 parent 58fd8ef commit 56011bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

santander_sdk/api_client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def __init__(self, config: SantanderClientConfiguration):
4949
self._set_default_workspace_id()
5050

5151
self.session = BaseURLSession(base_url=config.base_url)
52+
self.session.cert = config.cert
5253
self.session.auth = SantanderAuth.from_config(config)
5354

5455
def _set_default_workspace_id(self):

0 commit comments

Comments
 (0)