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
refactor: extract SSH key setup method in TestEnvironment
Extract SSH key copying and permission setting logic into a dedicated
setup_ssh_key method to improve code organization and maintainability.
- Add setup_ssh_key method with proper error handling
- Remove inline SSH key setup from new method
- Consolidate verbose logging within the extracted method
- Maintain exact same functionality while improving structure
0 commit comments