Skip to content

Commit

Permalink
fail if acc tests and aws creds unset
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrannosaurus-becks committed Dec 10, 2019
1 parent fb406be commit 458a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/credential/aws/path_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ func TestRoleResolutionWithSTSEndpointConfigured(t *testing.T) {
credsConfig := &awsutil.CredentialsConfig{}
credsChain, err := credsConfig.GenerateCredentialChain()
if err != nil {
t.SkipNow()
t.Fatal(err)
}
_, err = credsChain.Get()
if err != nil {
Expand Down

0 comments on commit 458a418

Please sign in to comment.