diff --git a/internal/pkg/githubapi/github_test.go b/internal/pkg/githubapi/github_test.go index e35007e5..1527c75a 100644 --- a/internal/pkg/githubapi/github_test.go +++ b/internal/pkg/githubapi/github_test.go @@ -186,7 +186,7 @@ func TestGenerateArgoCdDiffComments(t *testing.T) { }, } - if err := os.Setenv("TEMPLATES_PATH", "../../../templates/"); err != nil { + if err := os.Setenv("TEMPLATES_PATH", "../../../templates/"); err != nil { //nolint:tenv t.Fatal(err) }