From 1a5819d6d47f7e0453da5c41b5d66e08702041e2 Mon Sep 17 00:00:00 2001 From: Jared Patrick Date: Wed, 9 Oct 2024 08:26:06 -0400 Subject: [PATCH] add nolint --- internal/pkg/githubapi/github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/githubapi/github_test.go b/internal/pkg/githubapi/github_test.go index e35007e..1527c75 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) }