Skip to content

Commit

Permalink
BOSH_CA_CERT_PATH would not work in CI, so switching back to BOSH_CA_…
Browse files Browse the repository at this point in the history
…CERT

Signed-off-by: Swati Soni <[email protected]>
  • Loading branch information
ndhanushkodi authored and Swatisoni committed Jul 25, 2018
1 parent 68e325d commit 14cdd25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestAuditLogging(t *testing.T) {
var _ = BeforeSuite(func() {
requiredEnvs := []string{
"BOSH_ENVIRONMENT",
"BOSH_CA_CERT_PATH",
"BOSH_CA_CERT",
"BOSH_CLIENT",
"BOSH_CLIENT_SECRET",
"BOSH_DEPLOYMENT",
Expand Down

0 comments on commit 14cdd25

Please sign in to comment.