mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
@@ -242,9 +242,7 @@ users:
|
||||
user:
|
||||
token: test-token
|
||||
`
|
||||
if err := os.WriteFile(kubeconfigPath, []byte(kubeconfig), 0o600); err != nil {
|
||||
t.Fatalf("failed to create test kubeconfig: %v", err)
|
||||
}
|
||||
require.NoError(t, os.WriteFile(kubeconfigPath, []byte(kubeconfig), 0o600), "failed to create test kubeconfig")
|
||||
t.Setenv("KUBECONFIG", kubeconfigPath)
|
||||
|
||||
settings := New()
|
||||
|
||||
Reference in New Issue
Block a user