You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
sam
committed
fix(examples): use CERT_PATH environment variable in client_server examples
Updates Python client scripts to use CERT_PATH environment variable for
certificate paths instead of hardcoded relative paths. This ensures tests
work correctly regardless of working directory.
Changes:
- client.py: Use os.getenv('CERT_PATH') with Path-based fallback
- async_client.py: Use os.getenv('CERT_PATH') with Path-based fallback
- Makefile: Pass CERT_PATH to both client tests
0 commit comments