Skip to content

Commit

Permalink
Fix cert auth test (#3871)
Browse files Browse the repository at this point in the history
This PR fixes `TestAccKeyVaultTs_ClientCert`. Another issue revealed
that due to a misconfiguration, this test didn't use certificate auth as
intended but fell through to CLI auth.
  • Loading branch information
thomas11 authored Jan 21, 2025
1 parent 8a557d6 commit 3a9c2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/examples_nodejs_keyvault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func TestAccKeyVaultTs_ClientCert(t *testing.T) {
"ACTIONS_ID_TOKEN_REQUEST_TOKEN=",
"ACTIONS_ID_TOKEN_REQUEST_URL=",
"ARM_CLIENT_SECRET=",
"ARM_CLIENT_CERTIFICATE_PATH=",
},
})

Expand Down

0 comments on commit 3a9c2b5

Please sign in to comment.