Skip to content

Commit

Permalink
Update integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosk committed Sep 24, 2020
1 parent 22f61f2 commit 3d69070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitlab/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3d69070

Please sign in to comment.