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
Apply lint improvements to TestTerragruntPlanAllOutput
- Use t.Chdir() instead of manual directory change with cleanup
- Use t.Logf() instead of fmt.Printf() for test output
- Remove t.Parallel() since t.Chdir() requires non-parallel execution
0 commit comments