fix: lint issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-07-29 23:32:40 -03:00
parent fdcc40683e
commit 008f8e890c
1 changed files with 1 additions and 1 deletions

View File

@ -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)