Skip to content

Commit f4980bb

Browse files
Update src/onepasswordconnectsdk/config.py
LGTM Co-authored-by: Andi Titu <[email protected]>
1 parent d447dc3 commit f4980bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepasswordconnectsdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, ca_file: Optional[str] = None, **kwargs):
3030
cafile (Optional[str]): Path to CA certificate file for SSL verification
3131
**kwargs: Additional httpx client options
3232
"""
33-
self.cafile = cafile
33+
self.ca_file = ca_file
3434
self.httpx_options = kwargs
3535

3636
def get_client_args(self, base_url: str, headers: Dict[str, str], timeout: float) -> Dict:

0 commit comments

Comments
 (0)