From 3d69070b2b31e60f7cae84deac15bfb948da3b55 Mon Sep 17 00:00:00 2001 From: Dinos Kousidis Date: Thu, 24 Sep 2020 10:42:32 +0200 Subject: [PATCH] Update integration_test.go --- gitlab/integration_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab/integration_test.go b/gitlab/integration_test.go index 1f40a3cb..887352ca 100644 --- a/gitlab/integration_test.go +++ b/gitlab/integration_test.go @@ -139,8 +139,7 @@ var _ = Describe("GitLab Provider", func() { ) BeforeSuite(func() { - // gitlabToken := os.Getenv("GITLAB_TOKEN") - gitlabToken := "9ifPpQVzp7BNkGXAVzK7" + gitlabToken := os.Getenv("GITLAB_TOKEN") if len(gitlabToken) == 0 { b, err := ioutil.ReadFile(ghTokenFile) if token := string(b); err == nil && len(token) != 0 {