mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
* Add test demonstrating nil GlobalConfig panic in newRefreshConnectionState Test: TestRefreshConnectionState_ConnectionOrderEdgeCases Demonstrates issue #4779 where nil GlobalConfig causes panic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add nil check for GlobalConfig in newRefreshConnectionState Fixes #4779: nil GlobalConfig causes panic in newRefreshConnectionState Changes: - Add nil check for GlobalConfig in newRefreshConnectionState before SetUserSearchPath - Add nil check in getDefaultSearchPath to handle nil GlobalConfig gracefully - Test now passes instead of panicking with nil pointer dereference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>