Skip to content

Commit

Permalink
add skip for TC_ACC not set
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Jan 10, 2019
1 parent 1a05e5a commit 0162cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/terraform/utils/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ func TestAccConfigLoadValidate_accessToken(t *testing.T) {

_, err = config.clientCompute.Zones.Get(proj, "us-central1-a").Do()
if err != nil {
t.Fatalf("expected call with loaded config client to work, got error: %s", err)
t.Fatalf("expected API call with loaded config to work, got error: %s", err)
}
}

0 comments on commit 0162cbf

Please sign in to comment.