From 008f8e890ca4ce8438ec86de40dd66651fd1d159 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 29 Jul 2020 23:32:40 -0300 Subject: [PATCH] fix: lint issues Signed-off-by: Carlos Alexandro Becker --- pkg/buildcontext/git_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/buildcontext/git_test.go b/pkg/buildcontext/git_test.go index 3b3a56558..0f86ca166 100644 --- a/pkg/buildcontext/git_test.go +++ b/pkg/buildcontext/git_test.go @@ -161,7 +161,7 @@ func TestGetGitAuth(t *testing.T) { { testName: "withTokenUsernamePassword", setEnv: func() (expectedValue transport.AuthMethod) { - username := "foo" + username := "foo-user" token := "some-token-45678" pass := "some-password-12345" _ = os.Setenv(gitAuthUsernameEnvKey, username)