Skip to content

Commit

Permalink
fixup! disable acc test runs in travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed Sep 4, 2020
1 parent 2494a45 commit 63f5c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import (

func TestAccConfigMeta(t *testing.T) {

if testToken == "" {
return
}

t.Run("returns an anonymous client for the v3 REST API", func(t *testing.T) {

config := Config{Anonymous: true, BaseURL: "https://api.github.com/"}
Expand Down

0 comments on commit 63f5c02

Please sign in to comment.