Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Fix make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed Oct 4, 2020
1 parent 52bfa40 commit f96229c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions github/provider_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ import (
"testing"
)

var testUser string = os.Getenv("GITHUB_TEST_USER")
var testCollaborator string = os.Getenv("GITHUB_TEST_COLLABORATOR")
var isEnterprise string = os.Getenv("ENTERPRISE_ACCOUNT")
var testOrganization string = testOrganizationFunc()
var testOwner string = os.Getenv("GITHUB_OWNER")
var testToken string = os.Getenv("GITHUB_TOKEN")

var testTokenGHES string = os.Getenv("GHES_TOKEN")
var testBaseURLGHES string = os.Getenv("GHES_BASE_URL")

func testAccPreCheck(t *testing.T) {
Expand Down

0 comments on commit f96229c

Please sign in to comment.